summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-14 17:58:24 +0100
committergebele <gebele@in-silico.ch>2013-03-14 17:58:24 +0100
commitd5649c3bb4eb992c722c24c7fa96a912df2cbf8f (patch)
tree0567fed6a6567364c37c9766e562ea2cfb500607 /views/predict.haml
parentc609abf8157210a75790b54ef53569c07bf851d4 (diff)
working with iframes
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml17
1 files changed, 1 insertions, 16 deletions
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();"}