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 1bfc7813..5d1b4178 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -34,7 +34,7 @@ specific language governing permissions and limitations under the License. }); }); var testsPath = document.location.toString().split('?')[1]; - loadTests(testsPath||"script/couch_tests.js") + loadScript(testsPath||"script/couch_tests.js") </script> </head> <body><div id="wrap"> |