-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from JohnMulligan/fontawesome_fix
fontawesome fix
- Loading branch information
Showing
8 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1515,7 +1515,7 @@ <h4 class="modal-title" id="create_cargo_dialog_label">{% trans "Add cargo to vo | |
<script type="text/javascript" src="{{ STATIC_URL }}scripts/library/[email protected]"></script> | ||
<script type="text/javascript" src="{{ STATIC_URL }}scripts/contribute/common.js"></script> | ||
<script type="text/javascript" src="{{ STATIC_URL }}scripts/legacy/utils.js"></script> | ||
<script type="text/javascript" src="//cdn.tiny.cloud/1/evau54786a4pxb62mp84sjc26h72hrpdu9b5ht3zzn8oisd5/tinymce/5/tinymce.min.js"></script> | ||
<script type="text/javascript" src="//cdn.tiny.cloud/1/s12zokrfdqicajy5cxdauxuczwq653y00bx98ae9qhwklhh3/tinymce/7/tinymce.min.js"></script> | ||
<!-- I18n of javascript text --> | ||
<script type="text/javascript" src="{% url 'javascript-catalog' %}"></script> | ||
<!-- Use a global JS constant to specify the root of static urls --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,15 @@ | |
<link href="{% sass_src 'scss/library/[email protected]' %}" rel="stylesheet" type="text/css" /> | ||
<link href="{% sass_src 'scss/library/[email protected]' %}" rel="stylesheet" type="text/css" /> | ||
{% endcompress %} | ||
<script src="https://kit.fontawesome.com/2ebfe61a88.js"></script> | ||
|
||
<!-- | ||
<script src="https://kit.fontawesome.com/2ebfe61a88.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js"></script> | ||
--> | ||
|
||
{% block csslist %} {% endblock %} | ||
|
||
{% compress js %} | ||
<script src="{{ STATIC_URL }}scripts/library/fontawesome-all.min.js" type="text/javascript"></script> | ||
<script src="{{ STATIC_URL }}scripts/library/[email protected]" type="text/javascript"></script> | ||
<script src="{{ STATIC_URL }}scripts/library/[email protected]" type="text/javascript"></script> | ||
{% endcompress %} | ||
|