mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
be83ab078a
commit
1041c319d4
1 changed files with 4 additions and 3 deletions
|
|
@ -980,10 +980,10 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
var lOnContextMenu_f = function(pEvent){
|
||||
var lReturn_b = true;
|
||||
if(typeof CloudCommander.Menu === 'function'){
|
||||
var lRefreshIcon = Util
|
||||
.getByClass(CloudFunc.REFRESHICON);
|
||||
//var lRefreshIcon = Util
|
||||
//.getByClass(CloudFunc.REFRESHICON);
|
||||
|
||||
Util.Images.showLoad(lRefreshIcon[0]);
|
||||
//Util.Images.showLoad(lRefreshIcon[0]);
|
||||
|
||||
CloudCommander.Menu({
|
||||
x: pEvent.x,
|
||||
|
|
@ -998,6 +998,7 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
*/
|
||||
var lTarget = pEvent.currentTarget || pEvent.target;
|
||||
Util.setCurrentFile(lTarget);
|
||||
Util.Images.showLoad();
|
||||
|
||||
return lReturn_b;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue