When clearing, remove links too

This commit is contained in:
Nathan Gray 2013-05-28 22:08:17 +00:00
parent d8fcb574a6
commit 4995e1fa08

View File

@ -878,6 +878,9 @@ egwActionObject.prototype.clear = function() {
// Delete all other references
this.selectedChildren = [];
this.focusedChild = null;
// Remove links
this.actionLinks = [];
}
/**