Removed unused globalSwitchTabPrimary
This commit is contained in:
parent
55ac33796f
commit
1bfde1fb14
1 changed files with 0 additions and 2 deletions
|
|
@ -283,8 +283,6 @@ export default {
|
||||||
this.$store.commit("setConnected");
|
this.$store.commit("setConnected");
|
||||||
// Check client and server match
|
// Check client and server match
|
||||||
this.checkServerVersion();
|
this.checkServerVersion();
|
||||||
// Switch tab away from connect
|
|
||||||
this.$root.$emit("globalSwitchTabPrimary");
|
|
||||||
} else {
|
} else {
|
||||||
// Error and no-connect if API v2 is missing
|
// Error and no-connect if API v2 is missing
|
||||||
var ApiVersionError = `Your microscope is running an old API version.\
|
var ApiVersionError = `Your microscope is running an old API version.\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue