Fix nextmatch sort header does not indicate sorted column after reload.

This commit is contained in:
Nathan Gray 2014-03-03 21:25:00 +00:00
parent 2bf0f96602
commit e6d6c3c270

View File

@ -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);
},