aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mmm/mmmfs/browser.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmm/mmmfs/browser.moon b/mmm/mmmfs/browser.moon
index a0c5541..7e768bd 100644
--- a/mmm/mmmfs/browser.moon
+++ b/mmm/mmmfs/browser.moon
@@ -91,7 +91,7 @@ class Browser
@skip = nil
-- whether inspect tab is active
- @inspect = ReactiveVar (MODE == 'CLIENT' and window.location.search\match '[?&]inspect')
+ @inspect = ReactiveVar (MODE == 'CLIENT' and window.location.hash == '#inspect')
-- retrieve or create the wrapper and main elements
main = get_or_create 'div', 'browser-root', class: 'main view'