• On my wordpress instance, I found a bug in a recent update. I had to modify zajax.js by replacing on line 226 :

    r = d = b(d);

    With the new line :

    r = d = b(“<div />”).append(d);

  • The topic ‘Fix AJAX bug’ is closed to new replies.