diff options
Diffstat (limited to 'share/www/document.html')
-rw-r--r-- | share/www/document.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/www/document.html b/share/www/document.html index 2202f170..772876aa 100644 --- a/share/www/document.html +++ b/share/www/document.html @@ -19,15 +19,16 @@ 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.2"></script> <script src="script/jquery.couch.js?0.11.0"></script> <script src="script/jquery.dialog.js?0.11.0"></script> - <script src="script/jquery.editinline.js?0.11.0"></script> - <script src="script/jquery.form.js?0.11.0"></script> - <script src="script/jquery.resizer.js?0.11.0"></script> <script src="script/futon.js?0.11.0"></script> + <script src="script/jquery.resizer.js?0.11.0"></script> <script src="script/futon.browse.js?0.11.0"></script> - <script src="script/futon.format.js?0.11.0"></script> + <script src="script/futon.format.js?0.11.0"></script> + <script src="script/jquery.editinline.js?0.11.0"></script> + <script src="script/jquery.form.js?0.11.0"></script> <script> var page = new $.futon.CouchDocumentPage(); |