Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhadi-1382 authored Jan 28, 2024
1 parent 57992b6 commit 2f8940d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*/

// ========== SERVICE WORKER/MANIFEST
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('service-worker.js');
});
}
// if ('serviceWorker' in navigator) {
// window.addEventListener('load', () => {
// navigator.serviceWorker.register('service-worker.js');
// });
// }


// ========== PROCESSORING
Expand Down

0 comments on commit 2f8940d

Please sign in to comment.