aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-11 13:21:48 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-11 13:21:48 +0000
commit4c16c503a66df20bff2d6a715dd78e4fa15f2da0 (patch)
tree90dc90d51c6d389cee25622ef8f7b0a64381c2e5
parentadd ba_log entry 2019-10-10 (diff)
downloadmmm-4c16c503a66df20bff2d6a715dd78e4fa15f2da0.tar.gz
mmm-4c16c503a66df20bff2d6a715dd78e4fa15f2da0.zip
fix #inspect links
-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'