Skip to content
Snippets Groups Projects
Commit 22f69a4f authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge request widget class names update

parent db930696
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -127,8 +127,8 @@
MergeRequestWidget.prototype.getMergeStatus = function() {
return $.get(this.opts.merge_check_url, function(data) {
var $html = $(data);
$('.mr-state-body').replaceWith($html.find('.mr-state-body'));
$('.mr-state-footer').replaceWith($html.find('.mr-state-footer'));
$('.mr-widget-body').replaceWith($html.find('.mr-widget-body'));
$('.mr-widget-footer').replaceWith($html.find('.mr-widget-footer'));
});
};
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment