diff options
author | BonfaceKilz | 2022-05-19 12:57:08 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-05-27 15:17:52 +0300 |
commit | 764c0299ad87831d0bfebb040b30c9ad8033d8eb (patch) | |
tree | 473643b87e9c0a7431f1c4feb778679c88117071 /wqflask | |
parent | fa053688716eaff5ce7f0f8524cd4ecb9878e86c (diff) | |
download | genenetwork2-764c0299ad87831d0bfebb040b30c9ad8033d8eb.tar.gz |
Delete buggy js line
This generates a js error in the console log.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/case_attributes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index fd36c781..e5d5512c 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -183,7 +183,6 @@ '</tr>'; $("table").append(row); $("table tbody tr").eq(index + 1).find(".add, .edit").toggle(); - $('[data-toggle="tooltip"]').tooltip(); }); // Add row on add button click $(document).on("click", ".add", function(){ |