gitflow-hotfix-stash: pushsubscription_onerror

This commit is contained in:
ostertun
2020-11-19 13:20:29 +01:00
parent da553a8f8d
commit 13f496f0a6
4 changed files with 56 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ var siteScript = async function() {
if (firstCall) {
firstCall = false;
$('#button-notifications-activate').click(function(){
$('#menu-pushes').showMenu();
pushesOpenMenu();
});
$('#a-notifications-later').click(function(){
createCookie('regatten_app_' + BOATCLASS + '_rejected_push', true, 1);

View File

@@ -1,5 +1,5 @@
<?php
define('PWA_VERSION', '1.11.3');
define('PWA_VERSION', '1.11.3h1');
?>