Skip to content

Instantly share code, notes, and snippets.

View mariushoch's full-sized avatar

Marius Hoch mariushoch

View GitHub Profile
@mariushoch
mariushoch / vectorActions.js
Created March 23, 2013 23:28
Removes the actions drop down in the MediaWiki Vector skin in favour of a monobook-like menu
/**
* Marius Hoch; 2013-03-24
* Removes the actions drop down in the MediaWiki Vector skin in favour of a monobook-like menu
*/
$( document ).ready( function() {
$( '#p-cactions' )
.hide()
.find( 'li' )
.each(
function( i, elem ) {