This commit is contained in:
San Wai Lwin
2018-04-06 18:19:47 +06:30
parent 460ed991af
commit 74aa6caaab
9 changed files with 197 additions and 53 deletions

View File

@@ -140,7 +140,11 @@
<script>
$(document).ready(function(){
var webview = <%= @webview %>;
if(webview){
code2lab.checkMobile(webview); //js func: for mobile login
}
showHideNavbar(webview,"index");
$(".tables").on('click', function(){
var dining_id = $(this).attr("data-id");
window.location.href = '/origami/table/' + dining_id;