Commit 824c1875 authored by Filipa Lacerda's avatar Filipa Lacerda

Resolve conflicts on app/assets/javascripts/build.js

parent f7123ed1
......@@ -82,7 +82,6 @@ window.Build = (function () {
Build.prototype.getBuildTrace = function () {
return $.ajax({
<<<<<<< HEAD
url: `${this.pageUrl}/trace.json`,
dataType: 'json',
data: {
......@@ -93,15 +92,6 @@ window.Build = (function () {
if (log.state) {
this.state = log.state;
=======
url: this.pageUrl + "/trace.json",
dataType: 'json',
success: function(buildData) {
$('.js-build-output').html(buildData.html);
gl.utils.setCiStatusFavicon(`${this.pageUrl}/status.json`);
if (window.location.hash === DOWN_BUILD_TRACE) {
$("html,body").scrollTop(this.$buildTrace.height());
>>>>>>> origin/master
}
if (log.append) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment