Hide Scroll Top for failed build
This commit is contained in:
parent
5c0f25410c
commit
c21df973b0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue