diff options
author | Matěj Cepl <mcepl@redhat.com> | 2014-02-25 18:58:52 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2014-02-25 18:58:52 +0100 |
commit | 2177066ade62492f9acd0018243eefd378563292 (patch) | |
tree | bb810039d7f2203fa8618fe8ade4c0e7c0925f0f /zalmy.js | |
parent | 12fab20def379d669e8c8acd45d428361d7fb6c0 (diff) | |
download | zalmy-2177066ade62492f9acd0018243eefd378563292.tar.gz |
Make the application reload automatically on the update.
Diffstat (limited to 'zalmy.js')
-rw-r--r-- | zalmy.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ var Psalm = (function () { _this.swipe_pos_y = 0; }, false); + applicationCache.addEventListener("updateready", function () { + location.reload(); + }); + this.display(); } Object.defineProperty(Psalm.prototype, "cur_psalm", { |