summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/DataTables.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-12 12:26:37 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-24 12:06:08 +0200
commitef120a060b2eee4d67df7a065c3dd4b67b93f7ba (patch)
tree639bb5dd031bf78c54b1b41ef31ffcd1197d5ddd /ishtar_common/templates/blocks/DataTables.html
parentdd3a897326fca68c15d86872062b1fcaccb8c683 (diff)
downloadIshtar-ef120a060b2eee4d67df7a065c3dd4b67b93f7ba.tar.bz2
Ishtar-ef120a060b2eee4d67df7a065c3dd4b67b93f7ba.zip
Action to remove bookmarks (refs #4230)
Diffstat (limited to 'ishtar_common/templates/blocks/DataTables.html')
-rw-r--r--ishtar_common/templates/blocks/DataTables.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/templates/blocks/DataTables.html b/ishtar_common/templates/blocks/DataTables.html
index 7fad1f121..309bb0b09 100644
--- a/ishtar_common/templates/blocks/DataTables.html
+++ b/ishtar_common/templates/blocks/DataTables.html
@@ -140,8 +140,6 @@ datatable_submit_search = function(){
return false;
};
-
-
jQuery(document).ready(function(){
jQuery("#search_{{name}}").click(datatable_submit_search);