Difference between revisions of "MediaWiki:Common.js"
From MakeICT Wiki
Jump to navigationJump to search (Created page with "→Any JavaScript here will be loaded for all users on every page load.: (function () { console.log("test"); }());") |
|||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
(function () { | (function () { | ||
− | + | console.log($(".makeict-todo")); | |
}()); | }()); |
Revision as of 12:09, 8 March 2015
/* Any JavaScript here will be loaded for all users on every page load. */
(function () {
console.log($(".makeict-todo"));
}());