Alanaktion/phproject

Error message displayed when adding a comment : but comment is posted

Closed this issue · 2 comments

$.post($this.attr('action'), $this.serialize(), function(data) {

I've found a quite simple solution :
"$.post($this.attr('action'), serialize($this), function(data) {"

This solve the issue, and comment are updated immediatly in the page.

The issue is not happening on Safari and Internet explorer.

I haven't been able to reproduce this in any environment but if there is more detail I can implement a fix.