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:
Andrey Pavlov 2016-01-15 13:40:47 +03:00
parent 730d2b8202
commit 04f6150b4d
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
/* Miscellaneous Refstack JavaScript */

View File

@ -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>