mirror of
https://github.com/cole-maxwell1/cole-maxwell1.github.io.git
synced 2026-01-25 22:41:47 -05:00
[Automation] Site update No.14
This commit is contained in:
1
unregister.js
Normal file
1
unregister.js
Normal file
@@ -0,0 +1 @@
|
||||
if ('serviceWorker' in navigator) { navigator.serviceWorker.getRegistrations().then((registrations) => { for (let reg of registrations) { reg.unregister(); } }); }
|
||||
Reference in New Issue
Block a user