summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-07-05 15:13:25 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-07-05 15:13:25 +0200
commitb3feea623dd4cda25d2b2b5fab6c6cf0b31fc145 (patch)
treeebdc7e4a3e0151130d6d0fa1f965e5205fa50123
parent27766f06cb6313e4f03a997675442a90e64cec90 (diff)
Remove useless JS script.
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 2a1c178..7bb7100 100644
--- a/index.php
+++ b/index.php
@@ -197,7 +197,6 @@ final class LookingGlass {
$this->render_footer();
print '</body>';
print '<script src="js/jquery-1.11.1.min.js"></script>';
- print '<script src="bootstrap-3.1.1/js/bootstrap.min.js"></script>';
print '<script src="js/looking-glass.js"></script>';
print '</body>';
print '</html>';