mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
Popover menu: Refactor to remove the necessity of coupling JS and PHP code to instantiate it correctly
This commit is contained in:
@@ -134,9 +134,6 @@ $(function()
|
||||
this._ReformatDateTimes();
|
||||
this._PrepareEntriesSubmitConfirmationDialog();
|
||||
|
||||
// TODO 3.0.0: Modify PopoverMenu so we can pass it the ID of the block triggering the open/close
|
||||
//$(this.element).find(this.js_selectors.send_choices_picker).popover_menu({toggler: this.js_selectors.send_button});
|
||||
|
||||
this.element.trigger('ready.activity_panel.itop');
|
||||
},
|
||||
// events bound via _bind are removed automatically
|
||||
|
||||
Reference in New Issue
Block a user