diff options
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"> |