use Google API CDN
[MojoFacets.git] / templates / layouts / ui.html.ep
index 5f463d1..6c604df 100644 (file)
@@ -4,9 +4,14 @@
 <title><%= session('path') || 'Mojo Facets' %></title>
 <link type="text/css" href="/mojo_facets.css" rel="stylesheet" />
 
+<!--
 <link type="text/css" href="/css/ui-lightness/jquery-ui-1.8.custom.css" rel="stylesheet" />    
 <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
 <script type="text/javascript" src="/js/jquery-ui-1.8.custom.min.js"></script>
+-->
+
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
 
 </head>
 <body>