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