diff options
| author | pep <yes@peepee.me> | 2020-07-28 21:29:32 +0000 |
|---|---|---|
| committer | pep <yes@peepee.me> | 2020-07-28 21:29:32 +0000 |
| commit | a7aea69687eb268807aa4a86d9188004fe5cb6c7 (patch) | |
| tree | d91ffe93b934f5e61cb6aa02e92030e00a5d13f2 /public/assets/js/lib/views/details/files.js | |
| parent | d051c6d71f2d2e24ca113f127ff7e0b143d0042a (diff) | |
fixed minor thing
Diffstat (limited to 'public/assets/js/lib/views/details/files.js')
| -rw-r--r-- | public/assets/js/lib/views/details/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/details/files.js b/public/assets/js/lib/views/details/files.js index 98b9350..915f90b 100644 --- a/public/assets/js/lib/views/details/files.js +++ b/public/assets/js/lib/views/details/files.js @@ -21,7 +21,7 @@ var FilesView = FormView.extend({ } var total = 0, has_music = false - this.files = files || this.files + this.files = this.files.concat(files) this.thread = thread || this.thread this.files.forEach(function(file){ if (is_image(file.filename)) { |
