mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:41:01 +01:00
Avoid warnings about not listening for deferred loadingFinished
This commit is contained in:
parent
a06e408bbd
commit
5720af761a
@ -1959,7 +1959,9 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
|
|||||||
//header.loadingFinished();
|
//header.loadingFinished();
|
||||||
this._bindHeaderInput(header);
|
this._bindHeaderInput(header);
|
||||||
},this));
|
},this));
|
||||||
header.loadingFinished();
|
// Don't care about deferred promises, using load event instead
|
||||||
|
// to only catch not available templates
|
||||||
|
header.loadingFinished([]);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user