You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/01/18 22:28:49 UTC

svn commit: r900567 - /couchdb/trunk/share/www/status.html

Author: jchris
Date: Mon Jan 18 21:28:49 2010
New Revision: 900567

URL: http://svn.apache.org/viewvc?rev=900567&view=rev
Log:
need to add sha1.js to allow account creation on status page

it doesn't really make sense to create accounts on a page that
will show nothing unless you are logged in under an admin account, but
so it goes.  Better would be to hide the "status" link unless you're
logged in as admin.

but anyway adding this js lib is relatively harmless, and eliminates
that ugly dialog error

modified:   share/www/status.html

Modified:
    couchdb/trunk/share/www/status.html

Modified: couchdb/trunk/share/www/status.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/status.html?rev=900567&r1=900566&r2=900567&view=diff
==============================================================================
--- couchdb/trunk/share/www/status.html (original)
+++ couchdb/trunk/share/www/status.html Mon Jan 18 21:28:49 2010
@@ -19,6 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
     <script src="script/json2.js"></script>
+    <script src="script/sha1.js"></script>
     <script src="script/jquery.js?1.3.1"></script>
     <script src="script/jquery.couch.js?0.11.0"></script>
     <script src="script/jquery.dialog.js?0.11.0"></script>