summaryrefslogtreecommitdiff
path: root/share/www/document.html
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-05-26 00:08:42 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-05-26 00:08:42 +0000
commit7f0c6ac8e299629322f62ba5a9f7627c71e59f4b (patch)
tree771dd8d5401b1034581bcf98c17672a79611d193 /share/www/document.html
parent6e512ec75fba7372babb04988c6cbf5197a26438 (diff)
add attachment versioning support to jquery.couch.js
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@948262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/document.html')
-rw-r--r--share/www/document.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/document.html b/share/www/document.html
index 3c4c7628..b6f42018 100644
--- a/share/www/document.html
+++ b/share/www/document.html
@@ -20,6 +20,7 @@ specific language governing permissions and limitations under the License.
<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/base64.js"></script>
<script src="script/jquery.js?1.4.2"></script>
<script src="script/jquery.couch.js?0.11.0"></script>
<script src="script/jquery.dialog.js?0.11.0"></script>