mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +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;
|
||||
}
|
||||
|
||||
// Free the template again
|
||||
// Free the template again, it's no longer needed
|
||||
this.removeChild(template);
|
||||
template.free();
|
||||
|
||||
// Call the "setNextmatch" function of all registered
|
||||
|
Loading…
Reference in New Issue
Block a user