Explorar o código

Fix test page issue

Alex Dima %!s(int64=7) %!d(string=hai) anos
pai
achega
6426199699
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]();