Browse Source

Don't auto-hide update notification

Thibaut 11 năm trước cách đây
mục cha
commit
866a5841b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/javascripts/app/appcache.coffee

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

@@ -37,6 +37,6 @@ class app.AppCache
     return
 
   onUpdateReady: =>
-    new app.views.Notif 'UpdateReady' unless @reloading
+    new app.views.Notif 'UpdateReady', autoHide: null unless @reloading
     @trigger 'updateready'
     return