b33b97dc by yangjianbin

init

1 parent 8fcfcfef
...@@ -40,7 +40,7 @@ jQuery(function() { ...@@ -40,7 +40,7 @@ jQuery(function() {
40 <div class="filelist"></div>\ 40 <div class="filelist"></div>\
41 </td>\ 41 </td>\
42 </tr>' 42 </tr>'
43 $('tbody').append(tr); 43 $('tbody.upload-tbody').append(tr);
44 } 44 }
45 45
46 var $list = $('tr[data-id='+$id+'] .filelist'); 46 var $list = $('tr[data-id='+$id+'] .filelist');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!