Fix test page issue

pull/577/head^2
Alex Dima 2018-02-28 11:19:38 +01:00
parent 41bb016283
commit 6426199699
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ window.setTimeout(function () {
if (location.hash) {
START_SAMPLE = location.hash.replace(/^\#/, '');
START_SAMPLE = decodeURIComponent(START_SAMPLE);
}
samplesData[START_SAMPLE]();