commit
aaad1cc243
|
@ -1,7 +1,7 @@
|
|||
// no dependencies
|
||||
|
||||
export const __DEBUG__ = 0;
|
||||
export const __APP_VERSION__ = 'v0.3.1-beta';
|
||||
export const __APP_VERSION__ = 'v0.3.2-beta';
|
||||
|
||||
export const __APP_INTRO__ = `
|
||||
<b>Algorithm improvement.</b><br>
|
||||
|
|
|
@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
|
|||
locker(true);
|
||||
}).catch((e) => {
|
||||
console.error(e);
|
||||
// location.reload();
|
||||
location.reload();
|
||||
});
|
||||
},
|
||||
// TODO
|
||||
|
|
Loading…
Reference in New Issue