Difference between revisions of "MediaWiki:Common.js"
From Earth Science Information Partners (ESIP)
WikiWorks753 (talk | contribs) m (1 revision imported) |
|||
| Line 3: | Line 3: | ||
$('button').hide(); | $('button').hide(); | ||
}( jQuery ) ); | }( jQuery ) ); | ||
| + | |||
| + | $('.pfUploadable').addClass(' mw-ui-button mw-ui-quiet float-right border-0 ').css({'position':'sticky','margin-top':'-40px'}); | ||
Revision as of 12:56, July 18, 2020
/* Any JavaScript here will be loaded for all users on every page load. */
( function( $ ) {
$('button').hide();
}( jQuery ) );
$('.pfUploadable').addClass(' mw-ui-button mw-ui-quiet float-right border-0 ').css({'position':'sticky','margin-top':'-40px'});