first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// =========================================================================================
|
||||
// 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();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user