mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
move optional/slow-loading scripts to <Tail:>
This commit is contained in:
parent
b2c9035ca9
commit
9343d0cd37
1 changed files with 3 additions and 0 deletions
|
|
@ -262,6 +262,7 @@
|
|||
</pre>
|
||||
</li>
|
||||
|
||||
<!-- Required scripts, needed by ready() -->
|
||||
<Scripts:>
|
||||
<script src=/js/jquery.min.js></script><!-- http://code.jquery.com/jquery-1.7.2.min.js -->
|
||||
<script src=/js/jquery-ui.min.js></script>
|
||||
|
|
@ -270,6 +271,8 @@
|
|||
<script src=/js/jquery.cookie.js></script><!-- https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js -->
|
||||
<script src=/js/bootstrap-tour.js></script><!-- https://raw.github.com/pushly/bootstrap-tour/master/bootstrap-tour.js -->
|
||||
|
||||
<!-- Scripts not needed right away (google charts) or entirely optional (analytics) -->
|
||||
<Tail:>
|
||||
<script src=/js/google-jsapi.js></script><!-- https://www.google.com/jsapi -->
|
||||
<script type="text/javascript">
|
||||
google.load("visualization", "1", {packages:["corechart"]});
|
||||
|
|
|
|||
Loading…
Reference in a new issue