diff --git a/src/filter.coffee b/src/filter.coffee index 9799468..c17fbc4 100644 --- a/src/filter.coffee +++ b/src/filter.coffee @@ -362,7 +362,7 @@ class filter toprocess = [] content = "" - content += "" + groupable_array[_i] + "
" + content += "" + groupable_array[i] + "
" if groupable_array_content.length > 0 for j in [pointer_left..groupable_array_content.length-1] @@ -379,7 +379,7 @@ class filter if toprocess.length > 0 for k in [0..toprocess.length-1] - content += "" + toprocess[_k] + "
" + content += "" + toprocess[k] + "
" check_count++ $('#groupable_att').append("
" + content + "
")