mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Properly remove template so it's not still a child
This commit is contained in:
parent
7f669bc5f0
commit
7c7e100842
@ -1100,7 +1100,8 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Free the template again
|
// Free the template again, it's no longer needed
|
||||||
|
this.removeChild(template);
|
||||||
template.free();
|
template.free();
|
||||||
|
|
||||||
// Call the "setNextmatch" function of all registered
|
// Call the "setNextmatch" function of all registered
|
||||||
|
Loading…
Reference in New Issue
Block a user