returning of $tr is expected, otherwise ending up in a JS error

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-08-23 00:31:32 +02:00
parent e1e35b42de
commit f404695602
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@
updateRow: function($tr, fileInfo, options) {
// no-op, suppress re-rendering
return $tr;
},
reload: function() {