diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index a07677433e..5d2708cbc1 100755 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -82,11 +82,13 @@ function toggleComment(actionID) $('.ke-container').css('width', '100%'); } -$(function(){ +$(function() +{ var diffButton = ""; var newBoxID = '' var oldBoxID = '' - $('blockquote').each(function(){ + $('blockquote').each(function() + { newBoxID = $(this).parent().attr('id'); if(newBoxID != oldBoxID) {