소스 검색

Let href point to panel id

so that it properly gets hidden by switchTab
JC Brand 10 년 전
부모
커밋
67418b3036
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/templates/login_tab.html

+ 1 - 1
src/templates/login_tab.html

@@ -1 +1 @@
-<li><a class="current" href="#login">{{label_sign_in}}</a></li>
+<li><a class="current" href="#login-dialog">{{label_sign_in}}</a></li>