Files
CoreGrade/www/assets2/js/scripts/pages/invoice.js
T
2020-01-24 17:53:26 -05:00

16 lines
640 B
JavaScript

// =========================================================================================
// File Name: invoice-template.js
// Description: Treeview.
// --------------------------------------------------------------------------------------
// Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
// Author: PIXINVENT
// Author URL: http://www.themeforest.net/user/pixinvent
// ==========================================================================================
$(document).ready(function () {
// print invoice with button
$(".btn-print").click(function () {
window.print();
});
});