Browse Source

Notify AppCache updates on load

Thibaut 10 năm trước cách đây
mục cha
commit
b858ba5096
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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