Fix conflicting history and sync delete mode on user page

This commit is contained in:
JonnyWong16 2018-02-19 10:59:10 -08:00
parent 9eddfafeae
commit 8e1a588ced
4 changed files with 22 additions and 14 deletions

View file

@ -270,7 +270,7 @@ history_table_options = {
});
if ($('#row-edit-mode').hasClass('active')) {
$('.delete-control').each(function () {
$('.history_table .delete-control').each(function () {
$(this).removeClass('hidden');
});
}
@ -466,7 +466,7 @@ function childTableOptions(rowData) {
});
if ($('#row-edit-mode').hasClass('active')) {
$('.delete-control').each(function () {
$('.history_table .delete-control').each(function () {
$(this).removeClass('hidden');
});
}