aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f8fe51ae6..78ed8a6c9 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1160,7 +1160,7 @@ function dropItem(url, object) {
$('body').css('cursor', 'auto');
});
});
- if($('#wall-item-pinned-') + id).length)
+ if($('#wall-item-pinned-' + id).length)
$.post('pin/pin', { 'id' : id });
return true;
}