Skip to content

Commit

Permalink
- minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
krazziekay committed Jun 14, 2022
1 parent 8fe5938 commit 7cd4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/jira-connect-ghe.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const checkGHEServerUrl = url => {
if (GITHUB_CLOUD.includes(hostname)) {
return false;
}
return false;
return true;
};

$("#gheServerURL").on("keyup", event => {
Expand Down

0 comments on commit 7cd4d80

Please sign in to comment.