Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes

This commit is contained in:
phyusin
2018-04-30 09:46:04 +06:30
4 changed files with 0 additions and 3 deletions

View File

@@ -104,7 +104,6 @@ $(function() {
var sub_id = $(this).attr("data-sub-id");
if (sub_id == "true") {
console.log("hhhhhhhhhhhhhhhhh")
var sub_url = "get_menu_sub_category/"+menu_id;
sub_category = $(this).find('.sub_category_list');
show_sub_category_list(sub_url,sub_category);