Fix test page issue
parent
41bb016283
commit
6426199699
|
@ -74,6 +74,7 @@ window.setTimeout(function () {
|
||||||
|
|
||||||
if (location.hash) {
|
if (location.hash) {
|
||||||
START_SAMPLE = location.hash.replace(/^\#/, '');
|
START_SAMPLE = location.hash.replace(/^\#/, '');
|
||||||
|
START_SAMPLE = decodeURIComponent(START_SAMPLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
samplesData[START_SAMPLE]();
|
samplesData[START_SAMPLE]();
|
||||||
|
|
Loading…
Reference in New Issue