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 826a8b2 call prompt
826a8b2 is described below
commit 826a8b2296b2288145dbe5573d49b62b5b7306ca
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 12:00:03 2018 -0400
call prompt
---
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 585cd9b..ab27433 100644
--- a/www/board/agenda/views/buttons/install.js.rb
+++ b/www/board/agenda/views/buttons/install.js.rb
@@ -7,6 +7,7 @@ class Install < Vue
end
def click(event)
+ PageCache.installprompt.prompt();
PageCache.installprompt.userChoice.then do |result|
console.log "install: #{result}"
PageCache.installprompt = nil
--
To stop receiving notification emails like this one, please contact
[email protected].