Explorar o código

Notify AppCache updates on load

Thibaut %!s(int64=10) %!d(string=hai) anos
pai
achega
b858ba5096
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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