Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 13:57:07 +02:00
parent 6fd85470a3
commit 1b951f5d14
1073 changed files with 4903 additions and 4903 deletions

View File

@ -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()
{

View File

@ -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?"
*