Commit 58a5041a authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'minigraph-fix' into 'master'

Listens on document for mini-pipeline graph

See merge request !9066
parents e0d93a5a b167bf02
......@@ -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);
}
/**
......
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