Skip to content

Commit 0589391

Browse files
committed
series/add.js(chooseSuggestedCountry): hide a link before choosing country.
Follow-up to 48efbce commit. Addressed to #572 No functional changes.
1 parent 48efbce commit 0589391

File tree

1 file changed

+1
-1
lines changed
  • src/main/javascript/series

1 file changed

+1
-1
lines changed

src/main/javascript/series/add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function initPage(suggestCountryUrl) {
3030

3131
var country = $("#js-guess-country-link");
3232
country.click(function chooseSuggestedCountry() {
33-
chooseCountryBySlug(slug);
3433
country.hide();
34+
chooseCountryBySlug(slug);
3535
});
3636
country.show();
3737
});

0 commit comments

Comments
 (0)