Fix: wrong revision on content files / Blinking Icon in regattas list
This commit is contained in:
@@ -74,9 +74,9 @@ $(document).ready(function(){
|
||||
deferredPrompt.userChoice
|
||||
.then((choiceResult) => {
|
||||
if (choiceResult.outcome === 'accepted') {
|
||||
//console.log('User accepted the A2HS prompt');
|
||||
console.log('User accepted the A2HS prompt');
|
||||
} else {
|
||||
//console.log('User dismissed the A2HS prompt');
|
||||
console.log('User dismissed the A2HS prompt');
|
||||
}
|
||||
deferredPrompt = null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user