Initial financial project import
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(function () {
|
||||
if (!('serviceWorker' in navigator)) {
|
||||
return;
|
||||
}
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
navigator.serviceWorker.register('/sw.js').catch(function () {});
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user