Skip to content
Snippets Groups Projects
Commit 29c64545 authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch '26040-hide-scroll-top' into 'master'

Hide Scroll Top button for failed Build page

Closes #26040

See merge request !8295
parents e10f19fd b5d6d107
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
---
title: Hide Scroll Top button for failed build page
merge_request: 8295
author:
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