summaryrefslogtreecommitdiff
path: root/share/www/script/couch_test_runner.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/couch_test_runner.js')
-rw-r--r--share/www/script/couch_test_runner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/couch_test_runner.js b/share/www/script/couch_test_runner.js
index c396cd16..ef7d42aa 100644
--- a/share/www/script/couch_test_runner.js
+++ b/share/www/script/couch_test_runner.js
@@ -12,7 +12,7 @@
// *********************** Test Framework of Sorts ************************* //
-function loadScript(url) {
+function loadScript(url) {
if (typeof document != "undefined") document.write('<script src="'+url+'"></script>');
};