diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-18 21:28:45 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-18 21:28:45 +0000 |
commit | e4bc16206bf85099015884c8dbe77eb74aba6cad (patch) | |
tree | 19ee474b628aaaf55b4ed09b3520f743ae9811e2 /share | |
parent | 09351a0535fe9bc3fa780763c095fd6dc56175de (diff) |
added jquery.dialog to status.html page
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/www/status.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/status.html b/share/www/status.html index 3e23f85d..45b8d0e8 100644 --- a/share/www/status.html +++ b/share/www/status.html @@ -21,6 +21,7 @@ specific language governing permissions and limitations under the License. <script src="script/json2.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> <script src="script/futon.js?0.11.0"></script> </head> <body><div id="wrap"> |