Skip to content

Commit

Permalink
missing onclick="this.classList.add('hidden');"
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas authored Aug 27, 2016
1 parent a723028 commit 5233123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Element/Flash/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if (!empty($params['class'])) {
$class .= ' ' . $params['class'];
}
?>
<div class="<?= h($class) ?>"><?= h($message) ?></div>
<div class="<?= h($class) ?>" onclick="this.classList.add('hidden');"><?= h($message) ?></div>

0 comments on commit 5233123

Please sign in to comment.