Skip to content

Commit

Permalink
Integrate progressive web app support
Browse files Browse the repository at this point in the history
  • Loading branch information
p0wen committed Sep 27, 2020
1 parent 132ccb3 commit 826b50e
Show file tree
Hide file tree
Showing 441 changed files with 348 additions and 64,029 deletions.
11 changes: 11 additions & 0 deletions assets/js/scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
// Register Service Worker //

window.onload = () => {
'use strict';

if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('./sw.js');
}
}

//get today's date for all kinds of function
let currentHour = new Date().getHours();
let currDate = new Date();
Expand Down
Binary file removed assets/js/soundmanager2/.DS_Store
Binary file not shown.
91 changes: 0 additions & 91 deletions assets/js/soundmanager2/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions assets/js/soundmanager2/bower.json

This file was deleted.

20 changes: 0 additions & 20 deletions assets/js/soundmanager2/component.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
150 changes: 0 additions & 150 deletions assets/js/soundmanager2/demo/360-player/360player-visualization.css

This file was deleted.

Loading

0 comments on commit 826b50e

Please sign in to comment.