diff options
| author | 2014-06-05 19:12:05 +0200 | |
|---|---|---|
| committer | 2014-06-05 19:12:05 +0200 | |
| commit | 1c2cdd7650f08159fcd89900f9bc5b994622218d (patch) | |
| tree | 15c52dd1d79d78ffd4fac479b99dcb8aa77fe8e2 /p/scripts | |
| parent | b791134b895d586f71cc28eaf990cbe2fc64016d (diff) | |
Fix bug openNotification function (Origine2)
Add class "notification"
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
