turbolink fixing

This commit is contained in:
Yan
2017-11-07 18:51:59 +06:30
parent 8aa834a487
commit 6596c90f02
8 changed files with 10 additions and 12 deletions

View File

@@ -124,7 +124,6 @@
<script>
$(document).ready(function(){
$(".tables").on('click', function(){
console.log("hi");
var dining_id = $(this).attr("data-id");
window.location.href = '/origami/table/' + dining_id;
});