From a1e050bb6b4b4ddd37881daa74d7f12dccce0b0f Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 20 Oct 2017 12:50:37 +0000 Subject: adjusted order of elements --- views/predict.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/predict.haml') diff --git a/views/predict.haml b/views/predict.haml index eb9047b..6b1c462 100644 --- a/views/predict.haml +++ b/views/predict.haml @@ -130,7 +130,7 @@ %a.btn.glyphicon.glyphicon-info-sign{:href=>"javascript:void(0)", :title=>"File format", :tabindex=>"0", data: {trigger:"focus", toggle:"popover", placement:"auto", html:"true", content:"One column with compounds and keyword SMILES or InChI in the first row."}} %br %span.btn.btn-default.btn-file - %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :accept=>"text/csv"} + %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :autocomplete=>"off", :accept=>"text/csv"} %fieldset#middle.well %h2 2. Select one or more endpoints -- cgit v1.2.3