feature(client) refresh: add noCurrent

This commit is contained in:
coderaiser 2015-02-13 04:11:49 -05:00
parent 83c8ea7e06
commit cf42ba4ea4
2 changed files with 14 additions and 7 deletions

View file

@ -1642,9 +1642,8 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
DOM.setCurrentFile(current);
};
CloudCmd.refresh(panelPassive, function() {
CloudCmd.refresh(panel, setCurrent);
});
CloudCmd.refresh(panelPassive, {noCurrent: true});
CloudCmd.refresh(panel, setCurrent);
});
});
}