Actually fix.

pull/520/head
Adam Treat 1 year ago
parent 704ce45a39
commit d16306a205

@ -377,7 +377,7 @@ Window {
if (isResponse && item.thumbsUpState !== item.thumbsDownState)
str += ", \"rating\": \"" + (item.thumbsUpState ? "positive" : "negative") + "\"";
if (isResponse && item.newResponse !== "")
str += ", \"edited_content\": \"" + JSON.stringify(item.newResponse) + "\"";
str += ", \"edited_content\": " + JSON.stringify(item.newResponse);
if (isResponse && item.stopped)
str += ", \"stopped\": \"true\""
if (!isResponse)

Loading…
Cancel
Save