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:28:03 +02:00
parent 04a744742a
commit 78f61b2ade
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

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