Skip to content

Commit ba99556

Browse files
committed
add active class to notification messages
1 parent 2f38593 commit ba99556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Allura/allura/public/nf/js/jquery.notify.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

6262
function displayNotification(el, o){
6363
var selector = '.' + o.newClass + '.' + o.messageClass;
64+
$(selector).removeClass(o.newClass).addClass(o.activeClass);
6465
$(selector).fadeIn(500);
6566
if (!$(selector).hasClass(o.persistentClass)) {
6667
var timer = $(selector).attr('data-timer') || o.timer;

0 commit comments

Comments
 (0)