aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 35b03e03b..d39e22b1a 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1153,7 +1153,6 @@ function dolike(ident, verb) {
conv_mode = '';
$.get('like/' + ident.toString() + '?verb=' + verb + '&conv_mode=' + conv_mode, function (data) {
- data = JSON.parse(data);
if(data.success) {
// this is a bit tricky since the top level thread wrapper wraps the whole thread
if($('#thread-wrapper-' + data.orig_id).hasClass('toplevel_item')) {