first commit
This commit is contained in:
16
templates/instytut_dendrologii_/js/redcart.js
Normal file
16
templates/instytut_dendrologii_/js/redcart.js
Normal file
@@ -0,0 +1,16 @@
|
||||
window.addEventListener('load', () => {
|
||||
redcartadd();
|
||||
})
|
||||
|
||||
function redcartadd() {
|
||||
document.querySelectorAll('.printbip').forEach(items => {
|
||||
items.addEventListener('click' ,() => {
|
||||
window.print();
|
||||
|
||||
})
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user