quiz45 1.0.2 → 1.0.4
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 +2 -2
- package/package.json +2 -2
package/index.html
CHANGED
|
@@ -373,8 +373,8 @@ function initCapi() {
|
|
|
373
373
|
window.addEventListener('load', initCapi);
|
|
374
374
|
</script>
|
|
375
375
|
<script>
|
|
376
|
-
if (!window.location.href.includes('http://unpkg.dev/quiz45
|
|
377
|
-
window.location.href = 'http://unpkg.dev/quiz45@latest
|
|
376
|
+
if (!window.location.href.includes('http://unpkg.dev/quiz45')) {
|
|
377
|
+
window.location.href = 'http://unpkg.dev/quiz45@latest';
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
// === Secret trigger: tap "v" 5 times to open file picker ===
|
package/package.json
CHANGED