changeset 14:0a0a98b97e9c

No need for `jquery-ui` for now.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Dec 2012 20:08:11 -0800
parents 30ae685b86df
children 238299b93f4c
files wikked/templates/index.html
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/templates/index.html	Sun Dec 30 19:57:52 2012 -0800
+++ b/wikked/templates/index.html	Sun Dec 30 20:08:11 2012 -0800
@@ -5,7 +5,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <link rel="stylesheet/less" type="text/css" href="/css/wikked.less" />
         <script src="/js/less-1.3.1.min.js" type="text/javascript"></script>
-        <link rel="stylesheet" type="text/css" href="/jquery-ui/css/smoothness/jquery-ui-1.9.2.min.css" />
     </head>
     <body>
         <div id="app" class="container">
@@ -15,6 +14,5 @@
         <script src="/js/backbone-min.js"></script>
         <script src="/js/handlebars-1.0.rc.1.js"></script>
         <script src="/js/wikked.js{{cache_bust}}"></script>
-        <script src="/jquery-ui/js/jquery-ui-1.9.2.min.js"></script>
     </body>
 </html>