* add commas.

This commit is contained in:
Catouse
2018-07-05 10:25:32 +08:00
parent 7f28cc1697
commit 2e213c6eb5
+2 -2
View File
@@ -9,8 +9,8 @@
$(function()
{
var diffButton = '<button type="button" class="btn btn-mini btn-icon btn-strip"><i class="icon icon-code icon-sm"></i></button>';
var newBoxID = ''
var oldBoxID = ''
var newBoxID = '';
var oldBoxID = '';
$('blockquote.textdiff').each(function()
{
newBoxID = $(this).parent().attr('id');