mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
_rebuildContainer() doesn't take parameters
This commit is contained in:
parent
1621485da9
commit
338b14fc9d
@ -497,7 +497,7 @@ var et2_surroundingsMgr = Class.extend({
|
||||
this._widgetNode = _widgetNode;
|
||||
|
||||
// Build the container if it didn't exist yet.
|
||||
var updated = this._rebuildContainer(true);
|
||||
var updated = this._rebuildContainer();
|
||||
|
||||
// Return the widget node itself if there are no surroundings arround
|
||||
// it
|
||||
|
Loading…
Reference in New Issue
Block a user