forked from extern/egroupware
fixing a couple of jQuery plugin includes
thought jQueryUI-tooltip is still broken and we either need to legacy-load jQuery(UI) or fix the tooltip
This commit is contained in:
@ -755,7 +755,7 @@ export class et2_nextmatch_controller extends et2_dataview_controller implements
|
||||
if(!this._widget) return;
|
||||
|
||||
// inform mobile framework about nm selections, need to update status of header objects on selection
|
||||
if (egwIsMobile()) framework.nm_onselect_ctrl(this._widget, action, senders);
|
||||
if (egwIsMobile()) window.framework.nm_onselect_ctrl(this._widget, action, senders);
|
||||
|
||||
this._widget.onselect.call(this._widget, action,senders);
|
||||
}
|
||||
|
Reference in New Issue
Block a user