mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
_rebuildContainer() doesn't take parameters
This commit is contained in:
@ -497,7 +497,7 @@ var et2_surroundingsMgr = Class.extend({
|
|||||||
this._widgetNode = _widgetNode;
|
this._widgetNode = _widgetNode;
|
||||||
|
|
||||||
// Build the container if it didn't exist yet.
|
// 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
|
// Return the widget node itself if there are no surroundings arround
|
||||||
// it
|
// it
|
||||||
|
Reference in New Issue
Block a user