From 3e175bcf39d4794937ca493f27c06bb63d739c63 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 31 Oct 2014 13:01:40 +0000 Subject: URLdecode string options for vomnibar. --- pages/vomnibar.coffee | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3