summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-18 08:31:05 +0100
committergebele <gebele@in-silico.ch>2013-03-18 08:31:05 +0100
commit3dd7fd382e6de383055c81d926de6133404a1c7a (patch)
tree2421d3f9574053e3ea684826a921e24c2a8f1b40 /views/layout.haml
parent53321ba549175f7ffb40a5d5515a0047f369203d (diff)
local js files
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 341ae25..1e4938d 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -5,9 +5,9 @@
%meta{'http-equiv' => "X-UA-Compatible", :content => "chrome=1"}
%title Lazar Toxicity Predictions
%link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
- %link{:rel=>"stylesheet", :href=>"http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css"}
- %script{:src=>"http://code.jquery.com/jquery-1.9.1.js"}
- %script{ :src=>"http://code.jquery.com/ui/1.10.0/jquery-ui.js"}
+ %link{:rel=>"stylesheet", :href=>"/stylesheets/jquery-ui.css"}
+ %script{:src=>"/javascripts/jquery-1.9.1.min.js"}
+ %script{ :src=>"/javascripts/jquery-ui.js"}
%body