| Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/public/js/cashDeliveryOrderBalance/ |
| Current File : /home/users/unlimited/www/foodbank.codeskitter.site/public/js/cashDeliveryOrderBalance/index.js |
/**
*
* You can write your JS code here, DO NOT touch the default style file
* because it will make it harder for you to update.
*
*/
"use strict";
function printDiv(divID) {
"use strict";
let oldPage = document.body.innerHTML;
let divElements = document.getElementById(divID).innerHTML;
document.body.innerHTML = "<html><head><title></title></head><body>" + divElements + "</body>";
window.print();
document.body.innerHTML = oldPage;
window.location.reload();
}