소스 검색

Don't auto-hide update notification

Thibaut 11 년 전
부모
커밋
866a5841b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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