Difference between revisions of "MediaWiki:Common.js"

From Animation Luzern Wiki
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: «console.log("common.js");»)
Line 1: Line 1:
console.log("common.js");
+
console.log("ok");
 +
 
 +
$( function () {
 +
$( '#t-upload a' ).attr("href", "/index.php?title=Special:BatchUpload");
 +
} );

Revision as of 18:48, 16 January 2018

console.log("ok");

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