summaryrefslogtreecommitdiff
path: root/modules_v3/yahrzeit/module.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-09 21:59:06 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-09 21:59:06 +0000
commit97a9ffe9c5d784a09ca955eb872e10b3af81f96b (patch)
tree4cd0cd00b618cecc1eefafb1ea381e91fa075b5e /modules_v3/yahrzeit/module.php
parentf0b1cb1ef16a4b30ca7f6a74e2cd8f44095318bf (diff)
downloadwebtrees-97a9ffe9c5d784a09ca955eb872e10b3af81f96b.tar.gz
webtrees-97a9ffe9c5d784a09ca955eb872e10b3af81f96b.tar.bz2
webtrees-97a9ffe9c5d784a09ca955eb872e10b3af81f96b.zip
Remove unnecessary footers from lists in blocks
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
-rw-r--r--modules_v3/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php
index 9c39788541..8c33dee8cd 100644
--- a/modules_v3/yahrzeit/module.php
+++ b/modules_v3/yahrzeit/module.php
@@ -124,7 +124,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
->addExternalJavaScript(WT_STATIC_URL.'js/jquery/jquery.dataTables.min.js')
->addInlineJavaScript('
jQuery("#'.$table_id.'").dataTable({
- "sDom": \'t<"F"i>\',
+ "sDom": \'t\',
"bAutoWidth":false,
"bPaginate": false,
"bLengthChange": false,