mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Override getPath() to push nextmatch's ID in
This commit is contained in:
parent
c9e4d6801d
commit
08f5e28d00
@ -641,6 +641,12 @@ var et2_nextmatch = et2_DOMWidget.extend(et2_IResizeable, {
|
||||
}
|
||||
|
||||
return null;
|
||||
},
|
||||
|
||||
getPath: function() {
|
||||
var path = this._super.apply(this,arguments);
|
||||
if(this.id) path.push(this.id);
|
||||
return path;
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user