Skip to content

Commit

Permalink
Apply fixes from StyleCI (#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Dec 31, 2018
1 parent c179571 commit 1ae3a6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Include/Header-function.php
Expand Up @@ -97,9 +97,11 @@ function Header_body_scripts()
plugin: {
dataTable : {
dom: 'Bfrtip',
<?php if (SessionUser::getUser()->isCSVExport()) { ?>
<?php if (SessionUser::getUser()->isCSVExport()) {
?>
buttons: ['copy', 'excel', 'pdf'],
<?php } ?>
<?php
} ?>
"language": {
"url": "<?= SystemURLs::getRootPath() ?>/locale/datatables/<?= $localeInfo->getDataTables() ?>.json"
},
Expand Down

0 comments on commit 1ae3a6c

Please sign in to comment.