summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-22 18:06:17 +0100
committergebele <gebele@in-silico.ch>2013-03-22 18:06:17 +0100
commit8f638745a710f848c31558cfd2d4bd111d33de91 (patch)
treec9a92d927750ab811844098246a2e528d815435a /views/prediction.haml
parente18adec09d77c2461ba15a2a5d02734d4015327e (diff)
open not toggle, resizeable table
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 82c7254..ed51d09 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -33,7 +33,7 @@
%img{:src=>"/images/arrow_down_float.png", :alt=>"arrow"}
:javascript
$("a#link#{count}").click(function () {
- $(".results").toggle();
+ $(".results").show();
document.getElementById('tabs').focus();
$("#tabs").tabs({ active: "#{count}" });
});