Server geändert
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
* Copyright 2009, Moxiecode Systems AB
|
||||
* Released under LGPL License.
|
||||
*
|
||||
* License: http://tinymce.moxiecode.com/license
|
||||
* Contributing: http://tinymce.moxiecode.com/contributing
|
||||
* License: https://tinymce.moxiecode.com/license
|
||||
* Contributing: https://tinymce.moxiecode.com/contributing
|
||||
*/
|
||||
|
||||
tinyMCEPopup.requireLangPack();
|
||||
|
@ -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 = 'http://' + n.value;
|
||||
n.value = 'https://' + n.value;
|
||||
},
|
||||
|
||||
fillFileList : function(id, l) {
|
||||
|
Reference in New Issue
Block a user