mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fix nextmatch sort header does not indicate sorted column after reload.
This commit is contained in:
parent
2bf0f96602
commit
e6d6c3c270
@ -2426,6 +2426,9 @@ var et2_nextmatch_sortheader = et2_nextmatch_header.extend(et2_INextmatchSortabl
|
||||
*/
|
||||
set_sortmode: function(_mode)
|
||||
{
|
||||
// Set via nextmatch after setup
|
||||
if(this.nextmatch) return;
|
||||
|
||||
this.setSortmode(_mode);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user