Skip to content

Commit

Permalink
Call the miqInitMainContent() later in the explorer presenter JS
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Oct 18, 2017
1 parent 311c2bc commit 44a0df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/miq_explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ ManageIQ.explorer.processReplaceRightCell = function(data) {
ManageIQ.explorer.clearSearchToggle(data.clearSearch);
}

miqInitMainContent();
setTimeout(miqInitMainContent);
miqInitAccordions();

if (data.hideModal) { $('#quicksearchbox').modal('hide'); }
Expand Down

0 comments on commit 44a0df5

Please sign in to comment.