Removed call to FileActions.display()
Let the file lists automatically update themselves from the previous calls to FileActions.register().
This commit is contained in:
parent
20b5d42830
commit
0c0e52ead2
@ -34,9 +34,6 @@ var odfViewer = {
|
||||
odfViewer.onEdit
|
||||
);
|
||||
}
|
||||
$('#fileList tr').each(function () {
|
||||
OCA.Files.fileActions.display($(this).children('td.filename'));
|
||||
});
|
||||
},
|
||||
|
||||
dispatch : function(filename){
|
||||
|
Loading…
x
Reference in New Issue
Block a user