We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855863c commit 82ad8ccCopy full SHA for 82ad8cc
js/app.js
@@ -222,7 +222,6 @@ function trackerInit() {
222
$('#loading,#settingsbox,#aboutbox,#chasebox').hide(); // welcome screen
223
$('header,#main').show(); // interface elements
224
checkSize();
225
- lhash_update(true);
226
227
if(map) return;
228
@@ -237,6 +236,7 @@ function trackerInit() {
237
236
return;
238
}
239
if(!map) load();
+ lhash_update(true);
240
241
242
// load the app after a 3s timeout
0 commit comments