Explorar el Código

Don't auto-hide update notification

Thibaut hace 11 años
padre
commit
866a5841b5
Se han modificado 1 ficheros con 1 adiciones y 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