Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Upgrade to Font Awesome v5 #71

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/base/#Menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/#Menu.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/base/#Menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export class LoginMenu extends EventHandler {
ul.innerHTML = `
<li id="login_menu">
<a data-toggle="modal" data-target="#loginDialog" href="#">
<i class="fa fa-user fa-fw" aria-hidden="true"></i>
<i class="fas fa-user fa-fw" aria-hidden="true"></i>
</a></li>
<li style="display: none" class="dropdown" id="user_menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false"><i class="fa fa-user" aria-hidden="true"></i> <span>${I18nextManager.getInstance().i18n.t('phovea:security_flask.unknown')}</span></a>
aria-expanded="false"><i class="fas fa-user" aria-hidden="true"></i> <span>${I18nextManager.getInstance().i18n.t('phovea:security_flask.unknown')}</span></a>
<ul class="dropdown-menu">
<li><a href="#" id="logout_link">${I18nextManager.getInstance().i18n.t('phovea:security_flask.logoutButton')}</a></li>
</ul>
Expand Down