Row controll

This commit is contained in:
karel.picman@lbcfree.net 2021-04-25 08:22:22 +02:00
parent 7a0a36c536
commit 9fd7211b87

View File

@ -133,7 +133,7 @@ function dmsfExpandRows(project_id, folder_id, parentRow, url) {
if( m && (data.indexOf(' ' + m[1] + ' ') < 0)) {
$(parentRow).removeClass('dmsf-expanded');
$(parentRow).find('div.row-control').removeClass('row-control');
$(parentRow).find('div.dmsf-row-control').removeClass('row-control dmsf-row-control');
if(!$(parentRow).hasClass('dmsf-child')) {
@ -156,4 +156,4 @@ function noteMandatory(mandatory) {
if(mandatory){
note.focus();
}
}
}