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