diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 16:46:45 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 16:46:45 +0200 |
commit | cf57df6e734b57638480451e92bf22cebda70f26 (patch) | |
tree | e12990c0ba106eb69daf30eb5baf51119a61890e | |
parent | b6981dcecb0fb80b3b519af70f2c29329fe2c2b0 (diff) | |
download | nextcloud-server-cf57df6e734b57638480451e92bf22cebda70f26.tar.gz nextcloud-server-cf57df6e734b57638480451e92bf22cebda70f26.zip |
Restore table head
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 75cef4afece..3ccc2b866a9 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -2804,6 +2804,7 @@ this.$el.find('#emptycontent').toggleClass('hidden', !this.isEmpty); this.$el.find('#emptycontent .uploadmessage').toggleClass('hidden', !isCreatable || !this.isEmpty); this.$el.find('#filestable').toggleClass('hidden', this.isEmpty); + this.$el.find('#filestable thead th').toggleClass('hidden', this.isEmpty); }, /** * Shows the loading mask. |