Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
||||
*
|
||||
* Licensed under the terms of the GNU Lesser General Public License:
|
||||
* https://www.opensource.org/licenses/lgpl-license.php
|
||||
* http://www.opensource.org/licenses/lgpl-license.php
|
||||
*
|
||||
* For further information visit:
|
||||
* https://www.fckeditor.net/
|
||||
* http://www.fckeditor.net/
|
||||
*
|
||||
* "Support Open Source software. What about a donation today?"
|
||||
*
|
||||
@ -144,7 +144,7 @@ function Ok()
|
||||
function UpdateEmbed( e )
|
||||
{
|
||||
SetAttribute( e, 'type' , 'application/x-shockwave-flash' ) ;
|
||||
SetAttribute( e, 'pluginspage' , 'https://www.macromedia.com/go/getflashplayer' ) ;
|
||||
SetAttribute( e, 'pluginspage' , 'http://www.macromedia.com/go/getflashplayer' ) ;
|
||||
|
||||
e.src = GetE('txtUrl').value ;
|
||||
SetAttribute( e, "width" , GetE('txtWidth').value ) ;
|
||||
@ -207,7 +207,7 @@ function UpdatePreview()
|
||||
}
|
||||
}
|
||||
|
||||
// <embed id="ePreview" src="fck_flash/claims.swf" width="100%" height="100%" style="visibility:hidden" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer">
|
||||
// <embed id="ePreview" src="fck_flash/claims.swf" width="100%" height="100%" style="visibility:hidden" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
|
||||
|
||||
function BrowseServer()
|
||||
{
|
||||
|
@ -3,10 +3,10 @@
|
||||
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
||||
*
|
||||
* Licensed under the terms of the GNU Lesser General Public License:
|
||||
* https://www.opensource.org/licenses/lgpl-license.php
|
||||
* http://www.opensource.org/licenses/lgpl-license.php
|
||||
*
|
||||
* For further information visit:
|
||||
* https://www.fckeditor.net/
|
||||
* http://www.fckeditor.net/
|
||||
*
|
||||
* "Support Open Source software. What about a donation today?"
|
||||
*
|
||||
|
Reference in New Issue
Block a user