Skip to content

Commit 2dab724

Browse files
committed
Added back in the CI status favicon
Looks like it was removed with a bad merge conflict resolution
1 parent c98add1 commit 2dab724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/assets/javascripts/build.js

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ window.Build = (function () {
9090
success: ((log) => {
9191
const $buildContainer = $('.js-build-output');
9292

93+
gl.utils.setCiStatusFavicon(`${this.pageUrl}/status.json`);
94+
9395
if (log.state) {
9496
this.state = log.state;
9597
}

0 commit comments

Comments
 (0)