mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
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:
parent
df59661ed5
commit
f55cb63616
1 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue