Remove unused JS from UI
Many JS files in index.html slows first loading of web site. It happens because browser loads all JS (and CSS) files first and then renders the page. And if file doesn't containt any sensitive information it should be removed. Change-Id: I94b87a1f861872d4ef44af29065684e4ee0e3c97
This commit is contained in:
parent
730d2b8202
commit
04f6150b4d
@ -1 +0,0 @@
|
||||
/* Miscellaneous Refstack JavaScript */
|
@ -35,7 +35,6 @@
|
||||
<script src="assets/lib/angular-busy/dist/angular-busy.min.js"></script>
|
||||
<script src="assets/lib/angular-confirm-modal/angular-confirm.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script src="assets/js/refstack.js"></script>
|
||||
|
||||
<!-- Controllers -->
|
||||
<script src="shared/header/headerController.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user