first commit
This commit is contained in:
4
api/modules/print-zakaz/mod.js
Executable file
4
api/modules/print-zakaz/mod.js
Executable file
@@ -0,0 +1,4 @@
|
||||
$('#print').click(function(){
|
||||
window.print();
|
||||
return false;
|
||||
});
|
Reference in New Issue
Block a user