diff --git a/index.js b/index.js index 5bab560..040fb4d 100644 --- a/index.js +++ b/index.js @@ -1238,6 +1238,8 @@ function getConnection() { usernameElement.value = username; passwordElement.value = password; getConnection(); + updateNsList(); + getMci(); } });