Telegram_2020-09-12T20

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 09 > 12 >

Telegram_2020-09-12T20

Telegram link

 

2020-09-12T20:16:19

 

i think there is an error in IWCommon.js in this line :

 

if (!IW.String.isEmpty(options.closeCallback && !skipNotify))

 

i think it should be :

 

if (!IW.String.isEmpty(options.closeCallback) && !skipNotify)