Skip to content

Commit 82ad8cc

Browse files
xssfoxTheSkorm
authored andcommitted
need to lhash after map load
1 parent 855863c commit 82ad8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ function trackerInit() {
222222
$('#loading,#settingsbox,#aboutbox,#chasebox').hide(); // welcome screen
223223
$('header,#main').show(); // interface elements
224224
checkSize();
225-
lhash_update(true);
226225

227226
if(map) return;
228227

@@ -237,6 +236,7 @@ function trackerInit() {
237236
return;
238237
}
239238
if(!map) load();
239+
lhash_update(true);
240240
}
241241

242242
// load the app after a 3s timeout

0 commit comments

Comments
 (0)