MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 74: | Line 74: | ||
$block.css('position', 'relative').prepend($button); | $block.css('position', 'relative').prepend($button); | ||
}); | }); | ||
}); | |||
/* Forçar ícones da Watchlist a carregar sem animação */ | |||
mw.hook( 'wikipage.content' ).add( function () { | |||
$( '.mw-watchlink' ).removeClass( 'mw-watchlink-animating' ); | |||
$( '.vector-icon' ).css( 'opacity', '1' ); | |||
}); | }); | ||