Difference between revisions of "MediaWiki:Common.js"

From ElphelWiki
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: (function () { console.log("Welcome to Elphel Wiki"); }());")
 
(No difference)

Latest revision as of 19:18, 24 June 2015

/* Any JavaScript here will be loaded for all users on every page load. */
(function () {
  console.log("Welcome to Elphel Wiki");
}());