diff options
Diffstat (limited to 'share/www/replicator.html')
-rw-r--r-- | share/www/replicator.html | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |