update icon,fixed menu, modal category, modal brand
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
|
||||
// Hàm để cập nhật trạng thái hiển thị menu và localStorage
|
||||
function capNhatTrangThaiMenu(hideMenuBig) {
|
||||
|
||||
if(hideMenuBig === false){
|
||||
|
||||
if (hideMenuBig === false) {
|
||||
$('#js-admin-content-container').addClass('show-large-menu')
|
||||
} else {
|
||||
$('#js-admin-content-container').removeClass('show-large-menu')
|
||||
|
||||
Reference in New Issue
Block a user