Skip to content

Commit

Permalink
Merge pull request #1772 from consideRatio/pr/fix-failure-to-spot-issue
Browse files Browse the repository at this point in the history
JS: fix duplicate line typo
  • Loading branch information
consideRatio authored Oct 9, 2023
2 parents a769bc1 + d3c40af commit 8e5d9b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binderhub/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function build(providerSpec, log, fitAddon, path, pathType) {
image.onStateChange('built', function() {
$('#phase-already-built').removeClass('hidden');
$('#phase-launching').removeClass('hidden');
$('#phase-launching').removeClass('hidden');
updateFavicon(BASE_URL + "favicon_success.ico");
});

Expand Down

0 comments on commit 8e5d9b2

Please sign in to comment.