mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +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;
|
||||
} catch (e) {
|
||||
}
|
||||
// Default
|
||||
if(typeof links == "undefined")
|
||||
{
|
||||
links = ["add"];
|
||||
}
|
||||
|
||||
return links;
|
||||
},
|
||||
|
Reference in New Issue
Block a user