浏览代码

Fix AppCache#reload

Thibaut Courouble 8 年之前
父节点
当前提交
15da3113d3
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      assets/javascripts/app/appcache.coffee

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

@@ -28,10 +28,9 @@ class app.AppCache
 
   reload: ->
     $.on @cache, 'updateready noupdate error', -> window.location = '/'
-    @updateInBackground()
     @notifyUpdate = false
     @notifyProgress = true
-    @cache.update()
+    try @cache.update() catch
     return
 
   onProgress: (event) =>