mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix for message modal on firefox
This commit is contained in:
parent
ddba7c0652
commit
899dd07752
@ -394,13 +394,13 @@
|
||||
@include('partials.navigation_option', ['option' => 'settings'])
|
||||
<li style="width:100%;">
|
||||
<div class="nav-footer">
|
||||
<a href="javascript:showContactUs()" target="_blank" title="{{ trans('texts.contact_us') }}">
|
||||
<a href="javascript:showContactUs()" title="{{ trans('texts.contact_us') }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
<a href="{{ url(NINJA_FORUM_URL) }}" target="_blank" title="{{ trans('texts.support_forum') }}">
|
||||
<i class="fa fa-list-ul"></i>
|
||||
</a>
|
||||
<a href="javascript:showKeyboardShortcuts()" target="_blank" title="{{ trans('texts.help') }}">
|
||||
<a href="javascript:showKeyboardShortcuts()" title="{{ trans('texts.help') }}">
|
||||
<i class="fa fa-question-circle"></i>
|
||||
</a>
|
||||
<a href="{{ url(SOCIAL_LINK_FACEBOOK) }}" target="_blank" title="Facebook">
|
||||
|
Loading…
Reference in New Issue
Block a user