Skip to content

Commit

Permalink
Fixed cookie notice
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyakash committed Sep 23, 2019
1 parent 7b79d17 commit 50b1419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
$session->set('jdscf-message-' . $module->id, '');
} else {
?>
<div class="cookie-notice alert alert-info" role="alert">
<?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
</div>
<div class="jd-simple-contact-form jd-simple-contact-message-<?php echo $module->id; ?> <?php echo $moduleclass_sfx; ?>">
<div class="cookie-notice alert alert-info" role="alert">
<?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
</div>
<div id="jdscf-message-<?php echo $module->id; ?>"></div>
<div class="simple-contact-form-loader module-<?php echo $module->id; ?> d-none">
<div class="loading"></div>
Expand Down

0 comments on commit 50b1419

Please sign in to comment.