From d5649c3bb4eb992c722c24c7fa96a912df2cbf8f Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 14 Mar 2013 17:58:24 +0100 Subject: working with iframes --- views/predict.haml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'views/predict.haml') diff --git a/views/predict.haml b/views/predict.haml index 60817da..be2134b 100644 --- a/views/predict.haml +++ b/views/predict.haml @@ -69,19 +69,4 @@ %fieldset#bottom - %a{:href => "#predict", :id => "linkPredict"} - %h1 3. Predict - - :javascript - $("a#linkPredict").click(function () { - $("#predict").toggle(); - document.location = document.location + "#" + "predict"; - }); - - #predict{ :style => "display: none;"} - %p Display the prediction including neighbours and sort mechanism - %br - %input{ :type => "submit", :value => "Predict", :onclick => "getsmiles();"} - - .close - = hide_link "#predict" + %input{ :type => "submit", :value=>"3. Predict", :onclick => "getsmiles();"} -- cgit v1.2.3