Skip to content

Commit

Permalink
fix: Effacer l'erreur sur le nom des serveurs.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Apr 30, 2020
1 parent 1118b7c commit 448d074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/options/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const check = async function (input) {
browser.i18n.getMessage("options_serverName_error"),
);
input.style.backgroundImage = `url("img/invalid.svg")`;
} else {
input.style.backgroundImage = "none";
}
};

Expand Down

0 comments on commit 448d074

Please sign in to comment.