Explorar o código

Don't auto-hide update notification

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