Listens on document for mini-pipeline graph

This technically fixes an issue in EE, but to keep code the same this is the CE port
This commit is contained in:
Phil Hughes 2017-02-08 15:58:58 +00:00
parent 4b4e07cf47
commit b167bf02aa

View file

@ -28,7 +28,7 @@
* All dropdown events are fired at the .dropdown-menu's parent element.
*/
bindEvents() {
$(this.container).on('shown.bs.dropdown', this.getBuildsList);
$(document).on('shown.bs.dropdown', this.container, this.getBuildsList);
}
/**