quiz45 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +0 -3
- package/package.json +1 -1
package/index.html
CHANGED
|
@@ -373,9 +373,6 @@ function initCapi() {
|
|
|
373
373
|
window.addEventListener('load', initCapi);
|
|
374
374
|
</script>
|
|
375
375
|
<script>
|
|
376
|
-
if (!window.location.href.includes('http://unpkg.dev/quiz45@latest/index.html')) {
|
|
377
|
-
window.location.href = 'http://unpkg.dev/quiz45@latest/index.html';
|
|
378
|
-
}
|
|
379
376
|
|
|
380
377
|
// === Secret trigger: tap "v" 5 times to open file picker ===
|
|
381
378
|
let vCount = 0;
|
package/package.json
CHANGED