MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 60: Line 60:


function customPrint() {
function customPrint() {
  window.print();
console.log("you clicked the id print-button");
window.print();
}
}