From 416dab526fc7047181772d64311cae947b156ff4 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 13:25:07 +0200 Subject: updating css... --- public/assets/js/lib/views/stream/hootstream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib') 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 = $(""); + const $table = $("
"); for (const file of files) { const $el = this.renderFile(file); $table.append($el); -- cgit v1.2.3-70-g09d2