issue 2919 remove http:// string in target url

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12702 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2013-02-05 05:42:47 +00:00
parent df59661ed5
commit f55cb63616

View file

@ -1766,9 +1766,9 @@ jQuery(function($){
$.xeMsgBox.alert('URL is required'); $.xeMsgBox.alert('URL is required');
return; return;
} }
if(!sUrl.match(/^http:\/\//)){ //if(!sUrl.match(/^http:\/\//)){
sUrl = "http://"+sUrl; // sUrl = "http://"+sUrl;
} //}
}else{ }else{
sUrl = $('#add_menu .x_active ._linkMenuSrl').val(); sUrl = $('#add_menu .x_active ._linkMenuSrl').val();
/* /*