update logout 3 times
This commit is contained in:
@@ -4,6 +4,8 @@ $(function(){
|
||||
$(".menu_category").on("click", function(){
|
||||
var menu_id = $(this).find(".menu-id").text();
|
||||
var url = $(this).attr('data-ref');
|
||||
console.log(url);
|
||||
console.log(menu_id)
|
||||
show_menu_item_list(url);
|
||||
});
|
||||
//End menu category Click
|
||||
|
||||
Reference in New Issue
Block a user