Răsfoiți Sursa

Fix bug openNotification function (Origine2)

Add class "notification"
Marien Fressinaud 12 ani în urmă
părinte
comite
1c2cdd7650
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      p/scripts/main.js

+ 1 - 0
p/scripts/main.js

@@ -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);