about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/templates/gsearch_gene.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html
index ffab9b8c..c5575699 100644
--- a/gn2/wqflask/templates/gsearch_gene.html
+++ b/gn2/wqflask/templates/gsearch_gene.html
@@ -259,7 +259,7 @@
                 {% endif %}
             }
             
-            if traitsJson.length > 0 {
+            if (traitsJson.length > 0) {
               create_table(tableId, traitsJson, columnDefs, tableSettings);
             }