1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fix for message modal on firefox

This commit is contained in:
Hillel Coren 2017-06-04 10:35:47 +03:00
parent 91b023ecde
commit 39733381e4

View File

@ -393,13 +393,13 @@
@endif
@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">