Pārlūkot izejas kodu

Notify AppCache updates on load

Thibaut 10 gadi atpakaļ
vecāks
revīzija
b858ba5096
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      assets/javascripts/app/appcache.coffee

+ 1 - 0
assets/javascripts/app/appcache.coffee

@@ -8,6 +8,7 @@ class app.AppCache
 
   constructor: ->
     @cache = applicationCache
+    @notifyUpdate = true
     @onUpdateReady() if @cache.status is @cache.UPDATEREADY
 
     $.on @cache, 'progress', @onProgress