1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00

fix comments

This commit is contained in:
Mzhelskiy Maxim 2012-05-04 12:57:19 +04:00
parent 1cf3dc7edc
commit 990b2be4c8

View file

@ -134,7 +134,7 @@ ls.comments = (function ($) {
$("#comment_last_id").val(result.iMaxIdComment);
$('#count-comments').text(parseInt($('#count-comments').text())+aCmt.length);
if (ls.blocks) {
ls.blocks.load('#block_stream_item_comment', 'block_stream');
ls.blocks.load('.js-block-stream-item', 'stream');
}
}
var iCountOld=0;