* Modify secondary menu error.

This commit is contained in:
caoyanyi
2022-11-08 11:47:57 +08:00
parent 828aa2ae64
commit 8570e9a061
+1 -5
View File
@@ -29,11 +29,6 @@ $(function()
{
if($.cookie('showProductBatchEdit') == 1) updateStatistic();
});
$('#productListForm .table').on('click', '.sortable tr', function(e)
{
if($.cookie('showProductBatchEdit') != 1) e.stopPropagation();
});
});
@@ -58,6 +53,7 @@ function setCheckbox()
$('.table-actions').hide();
$('#productListForm .product-id').removeClass('hidden');
}
updateStatistic();
}
/**