Skip to content

Commit

Permalink
Merge pull request #1194 from ScilifelabDataCentre/fontawesome-only
Browse files Browse the repository at this point in the history
Change of FontAwesome js source
  • Loading branch information
i-oden authored Jun 1, 2022
2 parents ea16a87 + 66e4563 commit 2a8a28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ Please add a _short_ line describing the PR you make, if the PR implements a spe
## Sprint (2022-05-18 - 2022-06-01)

- Allow all characters but unicode (e.g. emojis) in project description ([#1178](https://github.com/ScilifelabDataCentre/dds_web/pull/1178))

## Sprint (2022-06-01 - 2022-05-15)

- Change FontAwesome source link to own license ([#1194](https://github.com/ScilifelabDataCentre/dds_web/pull/1194))
2 changes: 1 addition & 1 deletion dds_web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<script src="{{ url_for('static', filename='node_modules/datatables.net-bs5/js/dataTables.bootstrap5.min.js')
}}"></script>
<!-- We could use FontAwesome through npm, but then we need configure secrets to access the Pro kit which is a hassle -->
<script src="https://kit.fontawesome.com/8cd1f5d753.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e32505380e.js" crossorigin="anonymous"></script>
<script src="{{ url_for('static', filename='js/dds.js') }}"></script>
{% block javascript %}{% endblock javascript %}
</body>
Expand Down

0 comments on commit 2a8a28f

Please sign in to comment.