mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Backport commit 47924 committed by NathanGray. Trigger a clear event on the etemplate DOMContainer when the etemplate is cleared, so app code can listen for it.
This commit is contained in:
@ -121,6 +121,8 @@ etemplate2.prototype.resize = function()
|
||||
*/
|
||||
etemplate2.prototype.clear = function()
|
||||
{
|
||||
$j(this.DOMContainer).trigger('clear');
|
||||
|
||||
// Remove any handlers on window (resize)
|
||||
if(this.uniqueId)
|
||||
{
|
||||
|
Reference in New Issue
Block a user