This commit is contained in:
phyusin
2018-04-05 17:30:44 +06:30
parent 686a980a9e
commit 7c15dac2aa
8 changed files with 55 additions and 4 deletions

View File

@@ -139,6 +139,9 @@
<!-- Column One -->
<script>
$(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;