We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946d7ff commit 8ef4201Copy full SHA for 8ef4201
test/common/security/SecurityManagerSpec.js
@@ -78,7 +78,7 @@ describe('testSecurityManager', function () {
78
79
it("loginOnline", function () {
80
var callbackLocation = "Online";
81
- var newTab = true;
+ var newTab = false;
82
SuperMap.SecurityManager.loginOnline(callbackLocation, newTab);
83
});
84
0 commit comments