hide left_sidebar and auto_scroll to item in add order table
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user