Catrope has submitted this change and it was merged.

Change subject: (DRAFT) mw notif offset race condition
......................................................................


(DRAFT) mw notif offset race condition

Change-Id: I7444bf55a11e817d85bb5c4879022633869fc55d
(cherry picked from commit 53b2e54dd6470db5c63500f6bb520d96fb028d60)
---
M resources/mediawiki/mediawiki.notification.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Verified; Looks good to me, approved



diff --git a/resources/mediawiki/mediawiki.notification.js 
b/resources/mediawiki/mediawiki.notification.js
index 146537a..70f639c 100644
--- a/resources/mediawiki/mediawiki.notification.js
+++ b/resources/mediawiki/mediawiki.notification.js
@@ -352,7 +352,7 @@
        function init() {
                var offset, $window = $( window );
 
-               $area = $( '<div id="mw-notification-area" 
class="mw-notification-area"></div>' )
+               $area = $( '<div id="mw-notification-area" 
class="mw-notification-area mw-notification-area-layout"></div>' )
                        // Pause auto-hide timers when the mouse is in the 
notification area.
                        .on( {
                                mouseenter: notification.pause,

-- 
To view, visit https://gerrit.wikimedia.org/r/75664
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7444bf55a11e817d85bb5c4879022633869fc55d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf10
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to