diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-09-21 17:57:53 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-09-21 18:01:08 +0200 |
commit | 94a7b1706026911fb868a0e568060d6ea5e4d14f (patch) | |
tree | b869e777d28ddadb8c9771d8fd16b44e26a7cc74 /hesla.webapp | |
parent | 7db43f05a951c49c67f292a830a5ef3bafb2a7b6 (diff) | |
download | hesla-94a7b1706026911fb868a0e568060d6ea5e4d14f.tar.gz |
The proper event is pageshow, not load (because of Firefox caching)
Also, properly use app caching, and switch to lxml (generated HTML is
ugly)
See https://developer.mozilla.org/en-US/using_firefox_1.5_caching for
explanation.
Diffstat (limited to 'hesla.webapp')
-rw-r--r-- | hesla.webapp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hesla.webapp b/hesla.webapp index 7461089..ea5d47f 100644 --- a/hesla.webapp +++ b/hesla.webapp @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.2.0", "name": "Hesla", "description": "Display today's Hesla (Losungen, Watchwords) from Bilble.", "icons": { |