diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 13:25:07 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 13:25:07 +0200 |
| commit | 416dab526fc7047181772d64311cae947b156ff4 (patch) | |
| tree | baa87a74fb4e4e2892dacb28293d79f77f3d88a2 /public/assets/js/lib/views/stream/hootstream.js | |
| parent | 3e277727ebadb7c8bd809314a5891b3de5c3af04 (diff) | |
updating css...
Diffstat (limited to 'public/assets/js/lib/views/stream/hootstream.js')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootstream.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index b8534c7..4292fd9 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -133,7 +133,7 @@ var HootStream = View.extend({ if (!files.length) { return null; } - const $table = $("<table>"); + const $table = $("<div class='fileList'>"); for (const file of files) { const $el = this.renderFile(file); $table.append($el); |
