diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-03 10:29:30 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-03 10:29:30 +0200 |
commit | ae8e479c1a8ae55c5cfbc56788da7954243e5164 (patch) | |
tree | 1f1b275790e3ba58a37f8d7fbc8aaadd1f4307d3 | |
parent | 1508b3780dff32ac878d20ebb1d41ebfc27c5909 (diff) |
Rename main JS file.
-rw-r--r-- | includes/main.js (renamed from includes/utils.js) | 0 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/includes/utils.js b/includes/main.js index e2b0a6f..e2b0a6f 100644 --- a/includes/utils.js +++ b/includes/main.js @@ -187,7 +187,7 @@ final class LookingGlass { print '</body>'; print '<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>'; print '<script src="bootstrap-3.1.1/js/bootstrap.min.js"></script>'; - print '<script src="includes/utils.js"></script>'; + print '<script src="includes/main.js"></script>'; print '</body>'; print '</html>'; } |