From 8f638745a710f848c31558cfd2d4bd111d33de91 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 22 Mar 2013 18:06:17 +0100 Subject: open not toggle, resizeable table --- views/layout.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index a12b324..9cc2ed3 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -5,10 +5,11 @@ %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=>"/stylesheets/jquery-ui.css"} + %link{ :href=>"/stylesheets/jquery-ui.css", :rel=>"stylesheet"} %script{:src=>"/javascripts/jquery-1.9.1.min.js"} %script{ :src=>"/javascripts/jquery-ui.js"} %script{ :src=>"/javascripts/lazar-gui.js"} + %script{:src=>"/javascripts/jquery.tablesorter.min.js"} %body -- cgit v1.2.3