summaryrefslogtreecommitdiff
path: root/tests/frontend/index.html
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-11-27 16:58:04 +0000
committerJohn McLear <john@mclear.co.uk>2014-11-27 16:58:04 +0000
commitff58897679892f23d53f3372f40b40ccbacb7df5 (patch)
treea351a2cd174888760aef3828a78e7ca1bb9c7d1e /tests/frontend/index.html
parent3ca48ed97572b5ca697f8206df2d7bc3db61b4cc (diff)
downloadetherpad-lite-ff58897679892f23d53f3372f40b40ccbacb7df5.zip
fix frontend tests
Diffstat (limited to 'tests/frontend/index.html')
-rw-r--r--tests/frontend/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/frontend/index.html b/tests/frontend/index.html
index ac85a136..1bf10495 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="/static/js/jquery_browser.js"></script>
+ <script src="/static/js/browser.js"></script>
<script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
@@ -22,6 +22,5 @@
<script src="helper.js"></script>
<script src="specs_list.js"></script>
-
<script src="runner.js"></script>
</html>