Skip to content
Snippets Groups Projects
Commit c21df973 authored by Kushal Pandya's avatar Kushal Pandya
Browse files

Hide Scroll Top for failed build

parent 5c0f2541
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -92,8 +92,8 @@
success: function(buildData) {
$('.js-build-output').html(buildData.trace_html);
if (removeRefreshStatuses.indexOf(buildData.status) >= 0) {
this.initScrollMonitor();
return this.$buildRefreshAnimation.remove();
this.$buildRefreshAnimation.remove();
return this.initScrollMonitor();
}
}.bind(this)
});
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