Browse Source

Update 2016-12-16T16:26:37.960Z

gh-pages
Igor Zhukov 8 years ago
parent
commit
3c8fd45bd4
  1. 2
      js/app.js
  2. 2
      js/lib/push_worker.js
  3. 2
      service_worker.js
  4. 10
      webogram.appcache

2
js/app.js

File diff suppressed because one or more lines are too long

2
js/lib/push_worker.js

@ -75,7 +75,7 @@ function fireNotification(obj, event) {
var nowTime = +(new Date()) var nowTime = +(new Date())
if (nowTime - lastAliveTime < 60000) { if (nowTime - lastAliveTime < 60000) {
console.log('Supress notification because some instance is alive') console.log('Supress notification because some instance is alive')
// return false return false
} }
if (muteUntil && nowTime < muteUntil) { if (muteUntil && nowTime < muteUntil) {
console.log('Supress notification because mute for ', (muteUntil - nowTime) / 60000, 'min') console.log('Supress notification because mute for ', (muteUntil - nowTime) / 60000, 'min')

2
service_worker.js

File diff suppressed because one or more lines are too long

10
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Fri Dec 16 2016 19:16:31 GMT+0300 (MSK) # Time: Fri Dec 16 2016 19:26:06 GMT+0300 (MSK)
CACHE: CACHE:
@ -63,6 +63,10 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif img/placeholders/VideoThumbModal.gif
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
js/locales/de-de.json js/locales/de-de.json
js/locales/en-us.json js/locales/en-us.json
js/locales/es-es.json js/locales/es-es.json
@ -70,10 +74,6 @@ js/locales/it-it.json
js/locales/nl-nl.json js/locales/nl-nl.json
js/locales/pt-br.json js/locales/pt-br.json
js/locales/ru-ru.json js/locales/ru-ru.json
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
vendor/closure/long.js vendor/closure/long.js
vendor/cryptoJS/crypto.js vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js vendor/jsbn/jsbn_combined.js

Loading…
Cancel
Save