1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

show-own-posts.js: remove a debugging expression

This commit is contained in:
czaks 2014-10-18 22:44:38 +02:00
parent b55ebcd0ef
commit 4220b259e6

View File

@ -31,8 +31,6 @@ var update_own = function() {
var id = $(this).attr('id').split('_')[1];
console.log([board, id, posts]);
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
$(this).addClass('you');
$(this).find('span.name').first().append(' '+_('(You)'));