mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
Remove symlinks to javascript libraries
This commit is contained in:
parent
fca04b2673
commit
b5bfb388e9
2
LICENSES
2
LICENSES
@ -47,5 +47,3 @@ otherwise.
|
||||
- static/themes/default/img/FreedomBox-logo-standard.png :: -
|
||||
- static/themes/default/img/FreedomBox-logo-standard.svg :: -
|
||||
- static/themes/default/img/freedombox-logotype.png :: -
|
||||
- static/themes/default/js/libs/jquery.min.js :: Symlink to external target: [[file:themes/default/js/libs/jquery.min.js::*%20Dual%20licensed%20under%20the%20MIT%20or%20GPL%20Version%202%20licenses.][MIT/GPL2]]
|
||||
- static/themes/default/js/libs/modernizr.min.js :: Symlink to external target: MIT
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="{% static 'theme/img/apple-touch-icon-114px-precomposed.png' %}"/>
|
||||
|
||||
<!-- Bootstrap base CSS -->
|
||||
<link rel="stylesheet" href="{% static 'theme/bootstrap/css/bootstrap.min.css' %}"/>
|
||||
<link rel="stylesheet" href="{% static '/javascript/bootstrap/css/bootstrap.min.css' %}"/>
|
||||
<link rel="stylesheet" href="{% static 'theme/css/plinth.css' %}"/>
|
||||
|
||||
{% block app_head %}<!-- placeholder for app/module-specific head files -->{% endblock %}
|
||||
@ -171,11 +171,11 @@
|
||||
|
||||
<!-- JavaScript <script> tags are placed at the end of the document to speed up initial page loads-->
|
||||
<!-- Local link to system Modernizr (includes HTML5 Shiv) -->
|
||||
<script type="text/javascript" src="{% static 'theme/js/libs/modernizr.min.js' %}"></script>
|
||||
<script type="text/javascript" src="{% static '/javascript/modernizr/modernizr.min.js' %}"></script>
|
||||
<!-- Local link to system jQuery -->
|
||||
<script type="text/javascript" src="{% static 'theme/js/libs/jquery.min.js' %}"></script>
|
||||
<script type="text/javascript" src="{% static '/javascript/jquery/jquery.min.js' %}"></script>
|
||||
<!-- Local link to system Bootstrap JS -->
|
||||
<script type="text/javascript" src="{% static 'theme/bootstrap/js/bootstrap.min.js' %}"></script>
|
||||
<script type="text/javascript" src="{% static '/javascript/bootstrap/js/bootstrap.min.js' %}"></script>
|
||||
|
||||
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
|
||||
{% block page_js %}<!-- placeholder for page-specific js files -->{% endblock %}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
/usr/share/javascript/bootstrap/
|
||||
1
static/themes/default/js/libs/jquery.min.js
vendored
1
static/themes/default/js/libs/jquery.min.js
vendored
@ -1 +0,0 @@
|
||||
/usr/share/javascript/jquery/jquery.min.js
|
||||
@ -1 +0,0 @@
|
||||
/usr/share/javascript/modernizr/modernizr.min.js
|
||||
Loading…
x
Reference in New Issue
Block a user