Skip to content
Snippets Groups Projects
Commit fc68b894 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#582 - hide complete markup on close of notification

parent 75fb8fa2
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ $(document).ready(function()
$('.notification-clear').click(function()
{
document.getElementsByClassName("notification-wrapper")[0].style.display = "none";
document.getElementsByClassName("notification-row")[0].style.display = "none";
});
});
......
......@@ -69,7 +69,7 @@
</#macro>
<#macro showNotification notification>
<div class="row">
<div class="row notification-row">
<div class="col s12 center-align">
<div class="notification-wrapper">
<div class="notification ${notification.getBackgroundColor()} ${notification.getTextColor()}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment