diff options
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r-- | share/www/browse/database.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index b0351bca..d39bd3f9 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -17,16 +17,16 @@ specific language governing permissions and limitations under the License. <head> <title>Browse Database</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="../style/layout.css" type="text/css"> + <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css"> <script src="../script/json2.js"></script> - <script src="../script/jquery.js"></script> - <script src="../script/jquery.cookies.js"></script> - <script src="../script/jquery.couch.js"></script> - <script src="../script/jquery.dialog.js"></script> - <script src="../script/jquery.resizer.js"></script> - <script src="../script/jquery.suggest.js"></script> - <script src="../script/browse.js"></script> - <script src="../script/pprint.js"></script> + <script src="../script/jquery.js?1.2.6"></script> + <script src="../script/jquery.cookies.js?0.8.0a"></script> + <script src="../script/jquery.couch.js?0.8.0a"></script> + <script src="../script/jquery.dialog.js?0.8.0a"></script> + <script src="../script/jquery.resizer.js?0.8.0a"></script> + <script src="../script/jquery.suggest.js?0.8.0a"></script> + <script src="../script/browse.js?0.8.0a"></script> + <script src="../script/pprint.js?0.8.0a"></script> <script> var page = new CouchDatabasePage(); if (window != parent) { |