Bläddra i källkod

Fix test page issue

Alex Dima 7 år sedan
förälder
incheckning
6426199699
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      test/index.js

+ 1 - 0
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]();