Commit b167bf02 authored by Phil Hughes's avatar Phil Hughes

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
parent 4b4e07cf
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* All dropdown events are fired at the .dropdown-menu's parent element. * All dropdown events are fired at the .dropdown-menu's parent element.
*/ */
bindEvents() { bindEvents() {
$(this.container).on('shown.bs.dropdown', this.getBuildsList); $(document).on('shown.bs.dropdown', this.container, this.getBuildsList);
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment