init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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'); | ... | ... |
-
Please register or sign in to post a comment