diff options
author | Damien F. Katz <damien@apache.org> | 2010-04-19 20:51:32 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2010-04-19 20:51:32 +0000 |
commit | 5c758e7f2ca47b1285d08f170b5105b618fb956e (patch) | |
tree | d5dcdedfaac3f8bd23e8f6a9a86494dcf1324ab8 /share/www/custom_test.html | |
parent | c9501ba2a878689cedb87efbb96c5b6637eb271b (diff) |
Fix to close users db immediately after authentication.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@935737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/custom_test.html')
-rw-r--r-- | share/www/custom_test.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html index d0f4bdda..9292068a 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -26,6 +26,8 @@ specific language governing permissions and limitations under the License. <script src="script/futon.js?0.11.0"></script> <script src="script/jquery.resizer.js?0.11.0"></script> <script src="script/couch.js?0.11.0"></script> + <script src="script/couch_test_runner.js?0.11.0"></script> + <script> function T(arg, desc) { if(!arg) { |