Hi, i'm getting this JS error:
drupalchat_messages.messages is undefined
if (drupalchat_messages.messages.length > 0) {
I tried to use a if to check if drupalchat_messages is a object, but if i do this way, no chat will occur, although everything loads.
Is there a solution?
thanks
Comments
Comment #1
darklrd commentedAre you still facing this issue? If yes, please re-open this thread? Also, please tell me how to reproduce this issue. Thanks.
Comment #2
carvalhar commentedIt happens with internet explorer 7. ie7 trwos an error as soon the chat is loaded because drupalchat_messages.messages doesn't exist for it...