Skip to content

Commit

Permalink
fix #432
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Dec 20, 2021
1 parent bd4ef99 commit ba88538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyphe_frontend/app/views/prepareCrawls.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ angular.module('hyphe.preparecrawlsController', [])
return o.url != feedback.url
})
$scope.$apply()
updateCheckStartpagesSummary()
})
}
,function(data, status, headers, config){ // Fail callback
Expand Down Expand Up @@ -1046,6 +1047,7 @@ angular.module('hyphe.preparecrawlsController', [])
return o.url != url
})
$scope.$apply()
updateCheckStartpagesSummary()
})
} else {
console.error('Check new start page resolution feedback has unknown task', feedback)
Expand Down

0 comments on commit ba88538

Please sign in to comment.