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:
parent
e1e35b42de
commit
f404695602
|
@ -155,6 +155,7 @@
|
|||
|
||||
updateRow: function($tr, fileInfo, options) {
|
||||
// no-op, suppress re-rendering
|
||||
return $tr;
|
||||
},
|
||||
|
||||
reload: function() {
|
||||
|
|
Loading…
Reference in New Issue