Skip to content
Snippets Groups Projects
Commit 3d595f9e authored by khawkins98's avatar khawkins98
Browse files

Remove redundant .row on announcements

For #133
parent 98843767
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ function ebiInjectAnnouncements(message) {
// banner.id = "";
banner.className = "notifications-js row margin-top-medium";
wrapper.className = "row callout " + (message.priority || "");
wrapper.className = "callout " + (message.priority || "");
wrapper.innerHTML = "<h3>" + message.headline + "</h3>" +
message.message +
// "<div id='cookie-dismiss'><button class='close-button' style='top: 0.3rem; color:#fff;' aria-label='Close alert' type='button'><span aria-hidden='true'>&times;</span></button></div>" +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment