Closed ventzie555 closed 5 years ago
In file chat_popup_js you have:
Mibew.Utils.deleteCookie('mibew-chat-frame-minified' + this.id);
which should be: (note the dash) Mibew.Utils.deleteCookie('mibew-chat-frame-minified-' + this.id);
This misbehaviour will be fixed in the upcoming release.
In file chat_popup_js you have:
Mibew.Utils.deleteCookie('mibew-chat-frame-minified' + this.id);
which should be: (note the dash) Mibew.Utils.deleteCookie('mibew-chat-frame-minified-' + this.id);