소스 검색

Merge pull request #4272 from SzeyinLee/szlee/animation-fix

Revert a change on the help button flag
David Catuhe 7 년 전
부모
커밋
67509dff18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Viewer/assets/templates/default/navbar.html

+ 1 - 1
Viewer/assets/templates/default/navbar.html

@@ -472,7 +472,7 @@
     </div>
     {{/unless}}
     <div class="default-control">
-        {{#unless false}}
+        {{#unless hideHelp}}
         <button class="help" id="help-button" title="Help">
             <span class="icon help-icon"></span>
         </button>