init
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -159,7 +159,7 @@ window.uploadList = function () { | ... | @@ -159,7 +159,7 @@ window.uploadList = function () { |
| 159 | html += '</div></td></tr>'; | 159 | html += '</div></td></tr>'; |
| 160 | } | 160 | } |
| 161 | 161 | ||
| 162 | $('tbody').append(html); | 162 | $('tbody.upload-tbody').append(html); |
| 163 | 163 | ||
| 164 | $('.file-item').on('mouseenter', function () { | 164 | $('.file-item').on('mouseenter', function () { |
| 165 | $(this).find('.file-panel').stop().animate({height: 30}); | 165 | $(this).find('.file-panel').stop().animate({height: 30}); | ... | ... |
-
Please register or sign in to post a comment