UNPKG

listojs

Version:

a package for restaurant management

12 lines (11 loc) 334 B
/* listo_admin.js 14.11.2019 5:14:31,93 */ /*-----------------------------------*/ /* super_admin.js */ module = "super_admin.js"; $(document).on('click', '.select-customer', function () { showCustomers(); }); function showCustomers(){ console.log("//TODO: Show customers in main-screen. No api.function exists yet"); }