diff options
-rw-r--r-- | share/www/browse/database.html | 16 | ||||
-rw-r--r-- | share/www/browse/document.html | 14 | ||||
-rw-r--r-- | share/www/browse/index.html | 12 | ||||
-rw-r--r-- | share/www/couch_tests.html | 6 | ||||
-rw-r--r-- | share/www/index.html | 4 | ||||
-rw-r--r-- | share/www/replicator.html | 6 |
6 files changed, 29 insertions, 29 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index d39bd3f9..0dd086db 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?0.8.0a" type="text/css"> + <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css"> <script src="../script/json2.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 src="../script/jquery.cookies.js?0.8.0"></script> + <script src="../script/jquery.couch.js?0.8.0"></script> + <script src="../script/jquery.dialog.js?0.8.0"></script> + <script src="../script/jquery.resizer.js?0.8.0"></script> + <script src="../script/jquery.suggest.js?0.8.0"></script> + <script src="../script/browse.js?0.8.0"></script> + <script src="../script/pprint.js?0.8.0"></script> <script> var page = new CouchDatabasePage(); if (window != parent) { diff --git a/share/www/browse/document.html b/share/www/browse/document.html index b107775b..22f055b7 100644 --- a/share/www/browse/document.html +++ b/share/www/browse/document.html @@ -17,15 +17,15 @@ specific language governing permissions and limitations under the License. <head> <title>View Document</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css"> <script src="../script/json2.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/browse.js?0.8.0a"></script> - <script src="../script/pprint.js?0.8.0a"></script> + <script src="../script/jquery.cookies.js?0.8.0"></script> + <script src="../script/jquery.couch.js?0.8.0"></script> + <script src="../script/jquery.dialog.js?0.8.0"></script> + <script src="../script/jquery.resizer.js?0.8.0"></script> + <script src="../script/browse.js?0.8.0"></script> + <script src="../script/pprint.js?0.8.0"></script> <script> var page = new CouchDocumentPage(); if (window != parent) { diff --git a/share/www/browse/index.html b/share/www/browse/index.html index 3d31779d..c2d1ae63 100644 --- a/share/www/browse/index.html +++ b/share/www/browse/index.html @@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License. <head> <title>Welcome</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css"> <script src="../script/json2.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/browse.js?0.8.0a"></script> - <script src="../script/pprint.js?0.8.0a"></script> + <script src="../script/jquery.cookies.js?0.8.0"></script> + <script src="../script/jquery.couch.js?0.8.0"></script> + <script src="../script/jquery.dialog.js?0.8.0"></script> + <script src="../script/browse.js?0.8.0"></script> + <script src="../script/pprint.js?0.8.0"></script> <script> var page = new CouchIndexPage(); $(document).ready(function() { diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 66620d8e..4de4fcdb 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. <head> <title>Test Suite</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.2.6"></script> - <script src="script/couch.js?0.8.0a"></script> - <script src="script/pprint.js?0.8.0a"></script> + <script src="script/couch.js?0.8.0"></script> + <script src="script/pprint.js?0.8.0"></script> <script> $(document).ready(function() { $("#toolbar button.load").click(function() { diff --git a/share/www/index.html b/share/www/index.html index 26de6fe2..d0cc4786 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. <head> <title>Apache CouchDB: Futon Utility Client</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css"> <style type="text/css"> html { height: 100%; overflow: hidden; } body { background: #fff url(image/bg.png) 100% 0 repeat-y; @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License. </style> <script src="script/json2.js"></script> <script src="script/jquery.js?1.2.6"></script> - <script src="script/jquery.couch.js?0.8.0a"></script> + <script src="script/jquery.couch.js?0.8.0"></script> <script> function updateDatabaseList() { var list = $("#dbs").empty(); diff --git a/share/www/replicator.html b/share/www/replicator.html index 360e0235..2ecf5620 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. <head> <title>Replicator</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.2.6"></script> - <script src="script/jquery.couch.js?0.8.0a"></script> - <script src="script/pprint.js?0.8.0a"></script> + <script src="script/jquery.couch.js?0.8.0"></script> + <script src="script/pprint.js?0.8.0"></script> <script> $(document).ready(function() { if (window !== parent) parent.updateNavigation(); |