summaryrefslogtreecommitdiff
path: root/share/www/replicator.html
diff options
context:
space:
mode:
authorJason David Davies <jasondavies@apache.org>2009-09-15 22:56:49 +0000
committerJason David Davies <jasondavies@apache.org>2009-09-15 22:56:49 +0000
commit750e88ad5d4e497be7e199b78ee45dc98a92100a (patch)
tree8f73d13339430d9868c14f66d8c88d4b6f2556e8 /share/www/replicator.html
parent7bb605fcc9eda51940dbd5922909f42f282ee9c4 (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/replicator.html')
-rw-r--r--share/www/replicator.html2
1 files changed, 1 insertions, 1 deletions
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>