kc-sdk 7.0.195-rc → 7.0.200-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/assets/sdk/kc-sdk.js +2 -2
package/package.json
CHANGED
package/src/assets/sdk/kc-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var kcSdkVersion = '7.0.
|
|
3
|
+
var kcSdkVersion = '7.0.200';
|
|
4
4
|
|
|
5
5
|
var kcSdk = function kcSdk() {
|
|
6
6
|
// locals
|
|
@@ -217,7 +217,7 @@ var kcSdk = function kcSdk() {
|
|
|
217
217
|
|
|
218
218
|
function openKcSentinel(url) {
|
|
219
219
|
if (!service.kcWindow.reference || !windowExists(service.kcWindow) || !service.kcWindowIsListening) {
|
|
220
|
-
service.kcWindow.reference = window.open(url,
|
|
220
|
+
service.kcWindow.reference = window.open(url, "kc-sdk-launched-instance-sentinel", kcWindowParams);
|
|
221
221
|
service.kcWindow.opened = true;
|
|
222
222
|
service.kcWindow.reference.focus();
|
|
223
223
|
} else {
|