hide left_sidebar and auto_scroll to item in add order table

This commit is contained in:
Zin Moe
2020-02-28 17:49:54 +06:30
parent aa30fbba39
commit 944838c739
6 changed files with 51 additions and 12 deletions

View File

@@ -243,7 +243,7 @@
</div>
<div class="card-block">
<div class="card-text" id="order-detail-slimscroll" data-height="140">
<div class="card-text" id="order-detail-slimscroll" data-height="165">
<table class="table table-striped summary-items" id="order-items-table" >
<thead>
<tr>

View File

@@ -250,7 +250,7 @@ $(function() {
if ($('#server_mode').val() != "cloud" && display_type == 2) {
document.getElementById('second_view').click();
}
window.location.href = '/origami/food_court';
window.location.href = '/foodcourt/food_court#';
});
$(".order_reservation").on('click', function() {