* check if ClientUpdate dialog is null before calling it
This commit is contained in:
parent
5f85908c79
commit
b736be5c7f
|
|
@ -229,7 +229,7 @@
|
|||
|
||||
activeElementEvent('afterConnect', payload);
|
||||
|
||||
if(payload.client_update) {
|
||||
if(payload.client_update && context.JK.ClientUpdateInstance) {
|
||||
context.JK.ClientUpdateInstance.runCheck(payload.client_update.product, payload.client_update.version, payload.client_update.uri, payload.client_update.size)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue