return url base to blank string rather than location.pathname

merge-requests/7/head
Moe 2018-06-22 20:17:40 -07:00
parent bfef5eecb0
commit f8dee8ab23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ switch($user.details.lang){
url=url+'/'
}
}else{
url=location.pathname
url = ''
}
return url
break;