From a59fe005a672210d39b551b73f4880dccc5ff4f9 Mon Sep 17 00:00:00 2001 From: wwccss Date: Fri, 22 Aug 2014 14:06:55 +0800 Subject: [PATCH] * adjust code format. --- module/common/view/action.html.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) {