DISQUSWIDGETS.displayCount
is called with a single argument
{"text":{"and":"and","comments":{"zero":"0 Comments","multiple":"{num} Comments","one":"1 Comment"}},"counts":[]}
:
But when inside DISQUSWIDGETS.displayCount
the passed argument has value of Object {zero: "0 Comments", multiple: "{num} Comments", one: "1 Comment"}
:
Using Google Chrome Version 39.0.2171.65 (64-bit)
Can anyone explain what is happening?
Because of this argument mangling comment count is not updated on my page.
I think the problem is below