core/api/modules/print-zakaz/mod.js

4 lines
71 B
JavaScript
Executable File

$('#print').click(function(){
window.print();
return false;
});