fix order table

This commit is contained in:
Zin Moe
2020-02-26 16:38:49 +06:30
parent f99f614e32
commit 7e8b6758b8
3 changed files with 6 additions and 13 deletions

View File

@@ -491,7 +491,7 @@ $(document).ready(function () {
var menu_id = $(this).attr("data-id");
var name = $(this).attr("data-name");
var menus = JSON.parse(localStorage.getItem("menus"));
$('.menu_cache_list').toggle(300);
if (menus != null) {
menu_click_cache_append(name,menus,menu_id);
}else{