summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
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}" });
});