diff --git a/test/index.js b/test/index.js index 6b89e70c..48becae7 100644 --- a/test/index.js +++ b/test/index.js @@ -74,6 +74,7 @@ window.setTimeout(function () { if (location.hash) { START_SAMPLE = location.hash.replace(/^\#/, ''); + START_SAMPLE = decodeURIComponent(START_SAMPLE); } samplesData[START_SAMPLE]();