aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/vomnibar.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 8b2661fe..59bf8266 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -29,8 +29,7 @@ Vomnibar =
.split(/[\?&]/)
.map((option) ->
[name, value] = option.split "="
- options[name] = value
- options[name] = unescape(value) if value
+ options[name] = if value? then unescape(value) else true
)
# Set boolean options.