Skip to content

Commit 1eb774c

Browse files
authored
Update index.js
1 parent 9da6f27 commit 1eb774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default Mixin.create({
5050
.replace(/%20/g, ' ')
5151
.replace(/\+/g, ' ');
5252
}
53-
return rison.decode(window.decodeURI(params));
53+
return rison.decode(window.decodeURIComponent(params));
5454
};
5555

5656
// This method can be run multiple times for each param.

0 commit comments

Comments
 (0)