소스 검색

HUE-6077 [frontend] The jHueNotify alert should be hidden by default

Enrico Berti 8 년 전
부모
커밋
6b3733b837
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/templates/common_header.mako

+ 1 - 1
desktop/core/src/desktop/templates/common_header.mako

@@ -523,7 +523,7 @@ ${ hueIcons.symbols() }
   </script>
 % endif
 
-<div id="jHueNotify" class="alert alert-dismissible alert-warning">
+<div id="jHueNotify" class="alert alert-dismissible alert-warning hide">
   <button type="button" class="close" data-dismiss="alert">
     <span aria-hidden="true">&times;</span>
     <span class="sr-only">${ _('Close') }</span>