Fix restart through clearing the coordinate list
This commit is contained in:
parent
777905e7f1
commit
4aa26434f8
@ -64,7 +64,7 @@ if (editor_mode) {
|
||||
"* Double click a waypoint to delete it.\n" +
|
||||
"* Click save in the top right to get the new string.\n\n" +
|
||||
"Enter existing waypoints in the following format: [x,y],[x,y]:", window.location.hash.slice(1));
|
||||
if (!str)
|
||||
if (str == undefined)
|
||||
return;
|
||||
} else {
|
||||
str = window.location.hash.slice(1);
|
||||
|
Loading…
Reference in New Issue
Block a user