• Resolved cs_codex

    (@cs_codex)


    It works all well but I get background with Firebug (Firefox), this error message, what is the cause?

    ————————————
    myName is not defined
    onreadystatechange()

    if(nameTmp!=myName) {
    ————————————

    http://wordpress.org/extend/plugins/ajaxchat/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Payden Sutherland

    (@yoyojamfl)

    Very good catch! Thank you. When I wrapped this up in a JS object, I had to go through and replace references to the global variables with references to this.old_global_var. I must have missed this one. Thank you for bringing it to my attention. It is fixed as of 0.5.0. Thanks again.

    taifurbau

    (@taifurbau)

    how to show online user’s “display name” rather than userid?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: AjaxChat] myName is not defined’ is closed to new replies.