Skip to content
Snippets Groups Projects
Commit 352ea0ae authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch 'mr-widget-reload-fix' into 'master'

Merge request widget class names update

See merge request !8700
parents 084ac867 22f69a4f
No related branches found
No related tags found
No related merge requests found
Loading
@@ -127,8 +127,8 @@
Loading
@@ -127,8 +127,8 @@
MergeRequestWidget.prototype.getMergeStatus = function() { MergeRequestWidget.prototype.getMergeStatus = function() {
return $.get(this.opts.merge_check_url, function(data) { return $.get(this.opts.merge_check_url, function(data) {
var $html = $(data); var $html = $(data);
$('.mr-state-body').replaceWith($html.find('.mr-state-body')); $('.mr-widget-body').replaceWith($html.find('.mr-widget-body'));
$('.mr-state-footer').replaceWith($html.find('.mr-state-footer')); $('.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