Merge pull request #289 from owncloud/fileactions-display
Removed call to FileActions.display()
This commit is contained in:
commit
3c684a9d86
@ -34,9 +34,6 @@ var odfViewer = {
|
|||||||
odfViewer.onEdit
|
odfViewer.onEdit
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$('#fileList tr').each(function () {
|
|
||||||
OCA.Files.fileActions.display($(this).children('td.filename'));
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
dispatch : function(filename){
|
dispatch : function(filename){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user