Fixed auto enable template editor button
This commit is contained in:
parent
0d5d83dcce
commit
d36797d696
1 changed files with 0 additions and 2 deletions
|
@ -430,7 +430,6 @@
|
|||
table.button(5).enable(selectedRows > 0);
|
||||
table.button(6).enable(selectedRows > 0);
|
||||
table.button(7).enable(selectedRows > 0);
|
||||
table.button(8).enable(selectedRows > 0);
|
||||
});
|
||||
|
||||
table.on('deselect', function () {
|
||||
|
@ -444,7 +443,6 @@
|
|||
table.button(5).enable(selectedRows > 0);
|
||||
table.button(6).enable(selectedRows > 0);
|
||||
table.button(7).enable(selectedRows > 0);
|
||||
table.button(8).enable(selectedRows > 0);
|
||||
});
|
||||
|
||||
table.buttons().container().appendTo('#clientStatusList_wrapper .col-sm-6:eq(0)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue