diff options
author | lain <lain@soykaf.club> | 2019-02-06 10:40:01 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-02-06 10:40:01 +0100 |
commit | 78a51f4dd452d2ed2c87340d6fa655c25c011100 (patch) | |
tree | 4670470b8d505c05cafdee42f7e41ff69b8d870d /priv/static/sw-pleroma.js | |
parent | c46490b1999dd0ddb3d3b23409ba725c21811a96 (diff) | |
download | pleroma-78a51f4dd452d2ed2c87340d6fa655c25c011100.tar.gz pleroma-78a51f4dd452d2ed2c87340d6fa655c25c011100.zip |
update frontend
Diffstat (limited to 'priv/static/sw-pleroma.js')
-rw-r--r-- | priv/static/sw-pleroma.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/static/sw-pleroma.js b/priv/static/sw-pleroma.js index 2ccefb137..8d6d657d4 100644 --- a/priv/static/sw-pleroma.js +++ b/priv/static/sw-pleroma.js @@ -1,4 +1,4 @@ -var serviceWorkerOption = {"assets":["/static/img/nsfw.74818f9.png","/static/js/manifest.6aa5664a1a2c0832ce7b.js","/static/js/vendor.56a115a1d7339d6811a0.js","/static/js/app.59ebcfb47f86a7a5ba3f.js","/static/css/app.42c43da15d7ab16ad8e42d21fcfc5a43.css"]}; +var serviceWorkerOption = {"assets":["/static/img/nsfw.74818f9.png","/static/js/manifest.f00ab54db04706aab2c9.js","/static/js/vendor.5173dfeead1ded3d1f46.js","/static/js/app.0e4952ec8d775da840f1.js","/static/css/app.d75cda10f04aeefec7b657f8244070e9.css"]}; !function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var t={};return n.m=e,n.c=t,n.p="/",n(0)}([function(e,n,t){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(){return u.default.getItem("vuex-lz").then(function(e){return e.config.webPushNotifications})}function i(){return clients.matchAll({includeUncontrolled:!0}).then(function(e){return e.filter(function(e){var n=e.type;return"window"===n})})}var a=t(1),u=r(a);self.addEventListener("push",function(e){e.data&&e.waitUntil(o().then(function(n){return n&&i().then(function(n){var t=e.data.json();if(0===n.length)return self.registration.showNotification(t.title,t)})}))}),self.addEventListener("notificationclick",function(e){e.notification.close(),e.waitUntil(i().then(function(e){for(var n=0;n<e.length;n++){var t=e[n];if("/"===t.url&&"focus"in t)return t.focus()}if(clients.openWindow)return clients.openWindow("/")}))})},function(e,n){/*! localForage -- Offline Storage, Improved |