Skip to content

Commit

Permalink
refs #4256 fix privacyManager messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 12, 2013
1 parent c8e3c99 commit 1a49015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/CoreHome/javascripts/notification_parser.js
Expand Up @@ -22,6 +22,8 @@ $(document).ready((function ($, require) {
attributes.animate = false;
notification.show(message, attributes);
}

$notificationNodes.remove();
});

}
Expand Down
3 changes: 2 additions & 1 deletion plugins/CoreHome/stylesheets/notification.less
Expand Up @@ -21,7 +21,8 @@
margin-bottom: 16px;

a {
color: #9b7a44
color: #9b7a44;
text-decoration: underline;
}

.close {
Expand Down

0 comments on commit 1a49015

Please sign in to comment.