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 baa79db make button go away
baa79db is described below
commit baa79db5e1a81b2c0d4e463ceb0bf17271fd93ba
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 10:47:42 2018 -0400
make button go away
---
www/board/agenda/views/buttons/install.js.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/views/buttons/install.js.rb
b/www/board/agenda/views/buttons/install.js.rb
index 21832dd..585cd9b 100644
--- a/www/board/agenda/views/buttons/install.js.rb
+++ b/www/board/agenda/views/buttons/install.js.rb
@@ -10,6 +10,7 @@ class Install < Vue
PageCache.installprompt.userChoice.then do |result|
console.log "install: #{result}"
PageCache.installprompt = nil
+ Main.refresh()
end
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].