mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
show-own-posts.js: remove a debugging expression
This commit is contained in:
parent
b55ebcd0ef
commit
4220b259e6
@ -31,8 +31,6 @@ var update_own = function() {
|
|||||||
|
|
||||||
var id = $(this).attr('id').split('_')[1];
|
var id = $(this).attr('id').split('_')[1];
|
||||||
|
|
||||||
console.log([board, id, posts]);
|
|
||||||
|
|
||||||
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
|
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
|
||||||
$(this).addClass('you');
|
$(this).addClass('you');
|
||||||
$(this).find('span.name').first().append(' '+_('(You)'));
|
$(this).find('span.name').first().append(' '+_('(You)'));
|
||||||
|
Loading…
Reference in New Issue
Block a user