views/index.slim in genevalidatorapp-1.4.13 vs views/index.slim in genevalidatorapp-1.5.0
- old
+ new
@@ -6,10 +6,10 @@
.form-group#input_seq_group
label.control-label.input_seq-label for="seq" Input Sequences:
- if @max_characters != 'undefined'
textarea#seq.form-control autofocus="" name="seq" placeholder="Paste your sequence(s) here..." rows="10" spellcheck="false" data-maxCharacters="#{@max_characters}"
- else
- textarea#seq.form-control autofocus="" name="seq" placeholder="Paste your sequence(s) here..." rows="10" spellcheck="false"
+ textarea#seq.form-control autofocus="" name="seq" placeholder="Paste your sequence(s) here..." rows="10" spellcheck="false"
.clearfix
button#adv_params_btn.btn.btn-primary type="button" onclick="changeAdvParamsBtnText()"
i.fa.fa-pencil-square-o
| Show Advanced Parameters
.clearfix
\ No newline at end of file