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

#582 - macro is now dismissible

parent 807e30f6
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,11 @@ $(document).ready(function() ...@@ -51,6 +51,11 @@ $(document).ready(function()
{ {
document.getElementById("search").value = ""; document.getElementById("search").value = "";
}); });
$('.notification-clear').click(function()
{
document.getElementsByClassName("notification-wrapper")[0].style.display = "none";
});
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment