diff options
Diffstat (limited to 'share/www/config.html')
-rw-r--r-- | share/www/config.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/www/config.html b/share/www/config.html index c4d44944..53e52c4a 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. <head> <title>Configuration</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></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> - <script src="script/futon.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.editinline.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> <script> $(function() { $.couch.config({ |