Hello,
I'm installing this project, but I have a strange problem.
I'm working on Chrome, Firefox (V8.0.1), and IE (9.0).
When I click on a rate with Chrome, there is no problem. The rating is stored. But when I use IE or Firefox (with the same arguments), the function call() returns me another response.
You can find below the arguments and the responses sent and retrieved for Chrome and Firefox.
Arguments sent to the function call() :
ezstarrating::rate::69675::2::4
Response with Chrome :
{"error_text":"","content":{"id":"69675","rated":true,"already_rated":true,"stats":{"rating_count":"1","rating_average":"4","rounded_average":4}}}
Response with Firefox :
{"error_text":"","content":{"id":"69675","rated":false,"already_rated":false,"stats":false}}
Do you have any idea for solving my problem ?
Thanks a lot for your help !