summaryrefslogtreecommitdiff
path: root/tests/frontend/index.html
diff options
context:
space:
mode:
authorjohnyma22 <john@mclear.co.uk>2012-10-30 17:43:33 +0000
committerjohnyma22 <john@mclear.co.uk>2012-10-30 17:43:33 +0000
commit83a2f3c1a9cf7067614e0c57c99eb94e19d631e7 (patch)
tree21d652ee5d945f323e190bfa13a8a8728ee1214b /tests/frontend/index.html
parent14ef06c699dd2e0ffe53244c3eb4f5a3acfb4947 (diff)
downloadetherpad-lite-83a2f3c1a9cf7067614e0c57c99eb94e19d631e7.zip
stop using underscore.org
Diffstat (limited to 'tests/frontend/index.html')
-rw-r--r--tests/frontend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/index.html b/tests/frontend/index.html
index 70158052..f89f419e 100644
--- a/tests/frontend/index.html
+++ b/tests/frontend/index.html
@@ -10,7 +10,7 @@
<div id="iframe-container"></div>
<script src="/static/js/jquery.js"></script>
- <script src="http://underscorejs.org/underscore.js"></script>
+ <script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
<script> mocha.setup('bdd') </script>