Fix phenotype entry autocomplete for #375 (#410)

It was missing a few brackets
This commit is contained in:
Bastian Greshake
2017-06-19 18:52:03 +02:00
committed by GitHub
parent 7fae3e6955
commit f742826c2a

View File

@@ -9,6 +9,7 @@
$("#phenotype_characteristic").autocomplete({
source: <%= raw(phenotype_array.to_json) %>
});
});
</script>
<div class="form-group">