UNPKG

listojs

Version:

a package for restaurant management

8 lines (7 loc) 220 B
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"); }