Difference between revisions of "MediaWiki:Common.js"

From Animation Luzern Wiki
Line 1: Line 1:
console.log("ok");
+
/* Change the upload Link */
 
 
 
$( function () {
 
$( function () {
 
$( '#t-upload a' ).attr("href", "/index.php?title=Special:BatchUpload");
 
$( '#t-upload a' ).attr("href", "/index.php?title=Special:BatchUpload");
 
} );
 
} );

Revision as of 18:50, 16 January 2018

/* Change the upload Link */
$( function () {
	$( '#t-upload a' ).attr("href", "/index.php?title=Special:BatchUpload");
} );