Commit 8402f10bb9dd209af11ed4758d0f9a7613cabc7d
1 parent
e875d402
Exists in
master
and in
1 other branch
- fix trigger bootstrap modal on ipad
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
templates/maintopics.html
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | <span class="caret"></span> |
48 | 48 | </a> |
49 | 49 | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> |
50 | - <a class="dropdown-item" data-toggle="modal" data-target="#password_modal">Mudar Password</a> | |
50 | + <button class="dropdown-item" data-toggle="modal" data-target="#password_modal">Mudar Password</button> | |
51 | 51 | <div class="dropdown-divider"></div> |
52 | 52 | <a class="dropdown-item" href="/logout">Sair</a> |
53 | 53 | </div> | ... | ... |