mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix nm left template in wrong place
This commit is contained in:
parent
105b0705b1
commit
32d5bae817
@ -3846,7 +3846,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
}
|
||||
if(_sender == this.favorites)
|
||||
{
|
||||
return egwIsMobile() ? this.search_box.find('.nm_favorites_div').show() : this.right_div;
|
||||
return egwIsMobile() ? this.search_box.find('.nm_favorites_div').show()[0] : this.right_div[0];
|
||||
}
|
||||
if(_sender.id == 'export')
|
||||
{
|
||||
@ -3863,14 +3863,6 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for(let header of this.headers)
|
||||
{
|
||||
if(header && header.getDOMNode && header.getDOMNode(_sender))
|
||||
{
|
||||
return header.getDOMNode(_sender);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user