Row controll
This commit is contained in:
parent
7a0a36c536
commit
9fd7211b87
@ -133,7 +133,7 @@ function dmsfExpandRows(project_id, folder_id, parentRow, url) {
|
|||||||
if( m && (data.indexOf(' ' + m[1] + ' ') < 0)) {
|
if( m && (data.indexOf(' ' + m[1] + ' ') < 0)) {
|
||||||
|
|
||||||
$(parentRow).removeClass('dmsf-expanded');
|
$(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')) {
|
if(!$(parentRow).hasClass('dmsf-child')) {
|
||||||
|
|
||||||
@ -156,4 +156,4 @@ function noteMandatory(mandatory) {
|
|||||||
if(mandatory){
|
if(mandatory){
|
||||||
note.focus();
|
note.focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user