We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91281be commit c9431e8Copy full SHA for c9431e8
js/configure.coffee
@@ -62,7 +62,7 @@ class @Configure
62
63
# Encode the configuration data
64
encode: (data) ->
65
- (encodeURIComponent(data[key]) for key in @constructor.variables).join("/")
+ (data[key] for key in @constructor.variables).join("/")
66
67
# Decode the configuration data
68
decode: (string) ->
0 commit comments