summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-01-18 21:28:49 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-01-18 21:28:49 +0000
commit17c439b70b914e0a820f34f02d629ac1baf9aa04 (patch)
tree0c986947f57aae02e152f70e17b1a5392b931688 /share
parente4bc16206bf85099015884c8dbe77eb74aba6cad (diff)
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 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/status.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/status.html b/share/www/status.html
index 45b8d0e8..efa70b3e 100644
--- a/share/www/status.html
+++ b/share/www/status.html
@@ -19,6 +19,7 @@ specific language governing permissions and limitations under the License.
<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>