Template:LMU-TUM Munich/JS

(function(){

 console.log($(".mw-body"));
 $("body").on("click", function(){
   console.log("Click!");
 });

})();