Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivk369 authored Feb 13, 2020
1 parent 1ec6eb5 commit 92e93c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tjreports/site/views/reports/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,6 @@
// If plg_system_sendemail enable then load following js
if ($emailColumCnt > 0 && JPluginHelper::isEnabled('system', 'tjsendemail'))
{
JHtml::script('media/editors/tinymce/tinymce.min.js');
JHtml::script('plugins/system/tjsendemail/bulksendemail.min.js');
HTMLHelper::script('media/editors/tinymce/tinymce.min.js');
HTMLHelper::script('plugins/system/tjsendemail/bulksendemail.min.js');
}

0 comments on commit 92e93c5

Please sign in to comment.