parent
0dda8f5d1c
commit
7b9e6d2f2c
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ $(document).ready(function() {
|
|||
break;
|
||||
case 'web':
|
||||
if(name.substr(0,8)!='https://' && name.substr(0,7)!='http://'){
|
||||
name='http://'.name;
|
||||
name='http://'+name;
|
||||
}
|
||||
var localName=name;
|
||||
if(localName.substr(localName.length-1,1)=='/'){//strip /
|
||||
|
|
Loading…
Reference in a new issue