Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
473 stars 204 forks source link

Minified js cookie is deleted the wrong way #245

Closed ventzie555 closed 5 years ago

ventzie555 commented 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);

faf commented 5 years ago

This misbehaviour will be fixed in the upcoming release.