Merge branch 'minigraph-fix' into 'master'

Listens on document for mini-pipeline graph

See merge request !9066
This commit is contained in:
Filipa Lacerda 2017-02-08 17:51:42 +00:00
commit 58a5041a53

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);
}
/**