aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/vomnibar.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 81401623..ece0d756 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -271,6 +271,7 @@ initializeOnDomReady = ->
.map((option) ->
[name, value] = option.split "="
options[name] = value
+ options[name] = unescape(value) if value
)
# Set boolean options