Skip to content

Commit

Permalink
JS: adjustment to new function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 22, 2023
1 parent c0b1e50 commit 6383b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binderhub/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function indexMain() {

$("#provider_prefix-selected").text($(this).text());
$("#provider_prefix").val($(this).attr("value"));
updateRepoText();
updateRepoText(BASE_URL);
updateUrls(BADGE_BASE_URL);
});

Expand All @@ -164,7 +164,7 @@ function indexMain() {
updateUrls(BADGE_BASE_URL);
});
updatePathText();
updateRepoText();
updateRepoText(BASE_URL);

$("#repository").on("keyup paste change", function () {
updateUrls(BADGE_BASE_URL);
Expand Down

0 comments on commit 6383b6b

Please sign in to comment.