menu cache for menu category

This commit is contained in:
Aung Myo
2018-05-09 13:56:37 +06:30
parent b9778d7b5b
commit 2cdb18d338
6 changed files with 201 additions and 363 deletions

View File

@@ -142,7 +142,6 @@ $(document).ready(function(){
var webview = <%= @webview %>;
showHideNavbar(webview,"index");
$(".tables").on('click', function(){
var dining_id = $(this).attr("data-id");
window.location.href = '/origami/table/' + dining_id;