mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
Fixed goto to go to in dialog I HOPE YOU'RE HAPPY KALILA ;w;
This commit is contained in:
parent
ae620b78af
commit
64149af8ce
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ var chatBarChannel = "Local";
|
|||
|
||||
|
||||
function gotoConfirm(url) {
|
||||
var result = Window.confirm("Do you want to goto " + ((url.indexOf("/") !== -1) ? url.split("/")[2] : url) + " ?");
|
||||
var result = Window.confirm("Do you want to go to '" + ((url.indexOf("/") !== -1) ? url.split("/")[2] : url) + "'?");
|
||||
if (result) {
|
||||
location = url;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue