This commit is contained in:
Aevann1 2022-01-15 08:01:39 +02:00
parent 54ea39c62d
commit 9c6ff97e4d
10 changed files with 14 additions and 15 deletions

View file

@ -2603,7 +2603,8 @@ var PusherPushNotifications = (function (exports) {
}({}));
const beamsClient = new PusherPushNotifications.Client({instanceId: '02ddcc80-b8db-42be-9022-44c546b4dce6'});
const pusherid = document.getElementById('pusherid').innerHTML;
const beamsClient = new PusherPushNotifications.Client({instanceId: pusherid});
const strid = document.getElementById('strid').innerHTML;
beamsClient.start()