From 2e213c6eb504fb0ff7be6daa5456c8786bb07796 Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 5 Jul 2018 10:25:32 +0800 Subject: [PATCH] * add commas. --- module/common/view/action.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index fb3a948795..a796ef5066 100755 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -9,8 +9,8 @@ $(function() { var diffButton = ''; - var newBoxID = '' - var oldBoxID = '' + var newBoxID = ''; + var oldBoxID = ''; $('blockquote.textdiff').each(function() { newBoxID = $(this).parent().attr('id');