We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e89ec commit 3aee543Copy full SHA for 3aee543
testbed/index.html
@@ -66,7 +66,7 @@ <h3 class="title">Planck.js</h3>
66
const option = document.createElement('option');
67
option.value = '?example=' + example;
68
option.innerHTML = example;
69
- option.selected = window.location.search.indexOf(example) > -1;
+ option.selected = window.location.search.indexOf("=" + example) > -1;
70
listSelect.appendChild(option);
71
}
72
0 commit comments