summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/lib/views')
-rw-r--r--public/assets/js/lib/views/stream/hootstream.js2
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);