diff options
author | Jason David Davies <jasondavies@apache.org> | 2009-09-15 22:56:49 +0000 |
---|---|---|
committer | Jason David Davies <jasondavies@apache.org> | 2009-09-15 22:56:49 +0000 |
commit | 750e88ad5d4e497be7e199b78ee45dc98a92100a (patch) | |
tree | 8f73d13339430d9868c14f66d8c88d4b6f2556e8 /share/www | |
parent | 7bb605fcc9eda51940dbd5922909f42f282ee9c4 (diff) |
Change all "jquery.js?1.3.1" references to "jquery.js?1.3.2".
Not sure if we also need to update other script references that have
"?0.9.0" version numbers.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@815547 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/config.html | 2 | ||||
-rw-r--r-- | share/www/couch_tests.html | 2 | ||||
-rw-r--r-- | share/www/custom_test.html | 2 | ||||
-rw-r--r-- | share/www/database.html | 2 | ||||
-rw-r--r-- | share/www/document.html | 2 | ||||
-rw-r--r-- | share/www/index.html | 2 | ||||
-rw-r--r-- | share/www/replicator.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/share/www/config.html b/share/www/config.html index 096ca813..c4d44944 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.editinline.js?0.9.0"></script> diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 7970d268..76191938 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/couch.js?0.9.0"></script> diff --git a/share/www/custom_test.html b/share/www/custom_test.html index a2a79091..79c04c70 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.resizer.js?0.9.0"></script> diff --git a/share/www/database.html b/share/www/database.html index 4d07abca..cfba8f64 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.dialog.js?0.9.0"></script> diff --git a/share/www/document.html b/share/www/document.html index f3dcf326..dad11914 100644 --- a/share/www/document.html +++ b/share/www/document.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.dialog.js?0.9.0"></script> diff --git a/share/www/index.html b/share/www/index.html index a4d61dad..25bf25af 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.dialog.js?0.9.0"></script> diff --git a/share/www/replicator.html b/share/www/replicator.html index 57cc01a7..7a1f39e3 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -19,7 +19,7 @@ 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.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.1"></script> + <script src="script/jquery.js?1.3.2"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/futon.js?0.9.0"></script> |