From 1c2cdd7650f08159fcd89900f9bc5b994622218d Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 5 Jun 2014 19:12:05 +0200 Subject: Fix bug openNotification function (Origine2) Add class "notification" --- p/scripts/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index aeb044e88..c422f8b7c 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -714,6 +714,7 @@ function openNotification(msg, status) { notification_working = true; notification.removeClass(); + notification.addClass("notification"); notification.addClass(status); notification.find(".msg").html(msg); notification.fadeIn(300); -- cgit v1.2.3