From 6426199699587c20c4906c57b81192142ac85e39 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 28 Feb 2018 11:19:38 +0100 Subject: [PATCH] Fix test page issue --- test/index.js | 1 + 1 file changed, 1 insertion(+) 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]();