Merge "Fix HeaderCallback failing on headers without a colon"
[lhc/web/wiklou.git] / resources / src / mediawiki.notification / notification.js
index 2765d07..cd19cb1 100644 (file)
                                        $area.css( 'display', 'none' );
                                        notif.$notification.remove();
                                } else {
+                                       // FIXME: Use CSS transition
+                                       // eslint-disable-next-line no-jquery/no-slide
                                        notif.$notification.slideUp( 'fast', function () {
                                                $( this ).remove();
                                        } );