summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-03 10:29:30 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-03 10:29:30 +0200
commitae8e479c1a8ae55c5cfbc56788da7954243e5164 (patch)
tree1f1b275790e3ba58a37f8d7fbc8aaadd1f4307d3
parent1508b3780dff32ac878d20ebb1d41ebfc27c5909 (diff)
Rename main JS file.
-rw-r--r--includes/main.js (renamed from includes/utils.js)0
-rw-r--r--index.php2
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
diff --git a/index.php b/index.php
index 343843a..984763e 100644
--- a/index.php
+++ b/index.php
@@ -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>';
}