MediaWiki:Common.js
/* Any JavaScript here will be loaded for all users on every page load. */
$(document).bind("ready", function(){
LoadBlocks();
$(document).find("[data-toggle='tooltip']").tooltip();
});
function LoadBlocks(){
$(".ForumSaveBlock").each(function(Index, Element){
SaveBlock(Element);
});
}