diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-10-14 06:35:04 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-10-14 06:35:04 +0000 |
commit | c829bc5fc3db8e9b08e5376362032fef4fc57fa3 (patch) | |
tree | 1921082ec5eb7ccf37129f7a927de117b5113576 /share/www/couch_tests.html | |
parent | f7e36955a250f759fbe172bb2672a44ec8c167fd (diff) |
tests not loading
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/couch_tests.html')
-rw-r--r-- | share/www/couch_tests.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 76191938..173e9cb3 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -37,7 +37,7 @@ specific language governing permissions and limitations under the License. }); }); var testsPath = document.location.toString().split('?')[1]; - loadScript(testsPath||"script/couch_tests.js") + loadScript(testsPath||"script/couch_tests.js"); </script> </head> <body><div id="wrap"> |