diff --git a/lib/client/dom.js b/lib/client/dom.js index 6fec2d09..c91504a6 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1656,8 +1656,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; DOM.setCurrentFile(current); }; - CloudCmd.refresh(panelPassive, {noCurrent: true}); - + CloudCmd.refresh(panelPassive, {noCurrent: true}, function() {}); CloudCmd.refresh(panel, setCurrent); }); });