diff options
Diffstat (limited to 'activePage.es')
-rw-r--r-- | activePage.es | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activePage.es b/activePage.es index 897a157..cc4537e 100644 --- a/activePage.es +++ b/activePage.es @@ -51,9 +51,9 @@ export class ActivePage { this.swipe_pos_y = 0; }, false); - applicationCache.addEventListener("updateready", - () => { location.reload(); } - ); + // applicationCache.addEventListener("updateready", + // () => { location.reload(); } + // ); this.display(); } |