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

This commit is contained in:
aschwarz
2023-04-26 13:59:36 +02:00
parent 55f1b9a7a9
commit 09fea7ec1a
497 changed files with 999 additions and 999 deletions

View File

@ -4,8 +4,8 @@
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: https://tinymce.moxiecode.com/license
* Contributing: https://tinymce.moxiecode.com/contributing
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
tinyMCEPopup.requireLangPack();

View File

@ -97,7 +97,7 @@ var LinkDialog = {
n.value = 'mailto:' + n.value;
if (/^\s*www\./i.test(n.value) && confirm(tinyMCEPopup.getLang('advanced_dlg.link_is_external')))
n.value = 'https://' + n.value;
n.value = 'http://' + n.value;
},
fillFileList : function(id, l) {