|
@@ -714,6 +714,7 @@ function openNotification(msg, status) {
|
|
|
notification_working = true;
|
|
notification_working = true;
|
|
|
|
|
|
|
|
notification.removeClass();
|
|
notification.removeClass();
|
|
|
|
|
+ notification.addClass("notification");
|
|
|
notification.addClass(status);
|
|
notification.addClass(status);
|
|
|
notification.find(".msg").html(msg);
|
|
notification.find(".msg").html(msg);
|
|
|
notification.fadeIn(300);
|
|
notification.fadeIn(300);
|