mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Don't try for default, causes error if add is not valid
This commit is contained in:
@ -215,11 +215,6 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
|||||||
links = this._widget.options.settings.placeholder_actions;
|
links = this._widget.options.settings.placeholder_actions;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
// Default
|
|
||||||
if(typeof links == "undefined")
|
|
||||||
{
|
|
||||||
links = ["add"];
|
|
||||||
}
|
|
||||||
|
|
||||||
return links;
|
return links;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user