This commit is contained in:
phyusin
2018-09-28 16:38:27 +06:30
parent ef1c0e9c46
commit 9731e676b4
2 changed files with 6 additions and 2 deletions

View File

@@ -582,7 +582,7 @@
$('#back').on('click', function () {
window.location.href = '/inventory';
});
});
});
</script>

View File

@@ -36,7 +36,7 @@
</div>
<div class="col-md-3 col-lg-3 col-sm-3">
<button type="button" class="btn btn-lg btn-block btn-default waves-effect m-t-5" id='back'>
<button type="button" class="btn btn-md btn-block btn-default waves-effect m-t-5" id='back'>
<i class="material-icons">reply</i>Back
</button>
<br>
@@ -127,6 +127,10 @@
});
//End menu category Click
$('#back').on('click', function () {
window.location.href = '/inventory';
});
//show menu item list when click menu category
function show_menu_item_list(url_item,menu_id){
var menu_list = $('.menu_items_list');