This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ec86dea update Help page after manifest loads; change icon image
background to be transparent
ec86dea is described below
commit ec86deab128d9e0c587e6d446af63158a65931bd
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 11:50:11 2018 -0400
update Help page after manifest loads; change icon image background to
be transparent
---
www/board/agenda/public/whimsy.png | Bin 11094 -> 11289 bytes
www/board/agenda/views/models/pagecache.js.rb | 1 +
2 files changed, 1 insertion(+)
diff --git a/www/board/agenda/public/whimsy.png
b/www/board/agenda/public/whimsy.png
index feedfe8..0223ef9 100644
Binary files a/www/board/agenda/public/whimsy.png and
b/www/board/agenda/public/whimsy.png differ
diff --git a/www/board/agenda/views/models/pagecache.js.rb
b/www/board/agenda/views/models/pagecache.js.rb
index fc4f5cb..409273b 100644
--- a/www/board/agenda/views/models/pagecache.js.rb
+++ b/www/board/agenda/views/models/pagecache.js.rb
@@ -76,6 +76,7 @@ class PageCache
window.addEventListener :beforeinstallprompt do |event|
@@installprompt = event
+ Main.refresh() if Main.item.view == Help
event.preventDefault();
end
--
To stop receiving notification emails like this one, please contact
[email protected].