add search for teamstores

This commit is contained in:
Frank John Begornia
2019-08-23 20:50:15 +08:00
parent b7e81adf31
commit f8d033f3fa
4 changed files with 121 additions and 13 deletions

View File

@@ -143,6 +143,12 @@
});
$(document).on('change', '#select_sort_stores', function(event) {
event.preventDefault();
$('#frm_search_store').submit();
});
}); // end document ready
function submitLoginForm (){