diff --git a/lib/client/dom.js b/lib/client/dom.js index 86ae760d..1bc64405 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1041,8 +1041,8 @@ var CloudCmd, Util, DOM, CloudFunc; lName = '', lMsgAsk = 'Do you really want to delete the ', lMsgSel = 'selected ', - lFiles = this.getSelectedFiles(), - lSelected = this.getSelectedNames(lFiles), + lFiles = Cmd.getSelectedFiles(), + lSelected = Cmd.getSelectedNames(lFiles), i, n = lSelected && lSelected.length; if (n > 1){