1
0
Эх сурвалжийг харах

Update app cache on load error in case the index has been updated

Thibaut 11 жил өмнө
parent
commit
b660a09856

+ 1 - 0
assets/javascripts/views/content/entry_page.coffee

@@ -84,6 +84,7 @@ class app.views.EntryPage extends app.View
   onError: =>
     @xhr = null
     @render @tmpl('pageLoadError')
+    app.appCache?.update()
     return
 
   cache: ->