/?showGrid

This commit is contained in:
Matthias Wirth
2020-12-20 13:02:23 +01:00
parent dfa1180564
commit edda8913bf

View File

@@ -465,8 +465,10 @@ function initPage() {
if (search.has('nowebgl')) {
localStorage['webgl'] = "false";
}
if (search.has('showGrid'))
if (search.has('showGrid')) {
showGrid = true;
localStorage['layer_site_pos'] = 'true';
}
if (search.has('halloween'))
halloween = true;