mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update client.js
This commit is contained in:
parent
753d9c1b59
commit
f33bd51ead
1 changed files with 2 additions and 7 deletions
|
|
@ -940,8 +940,7 @@ CloudClient.init=(function()
|
|||
});
|
||||
|
||||
/* функция меняет ссыки на ajax-овые */
|
||||
CloudClient._changeLinks = function(pPanelID)
|
||||
{
|
||||
CloudClient._changeLinks = function(pPanelID){
|
||||
/* назначаем кнопку очистить кэш и показываем её*/
|
||||
var lClearcache = getById('clear-cache');
|
||||
if(lClearcache)
|
||||
|
|
@ -996,11 +995,7 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
else {
|
||||
lLi.onclick = CloudClient._setCurrent();
|
||||
|
||||
lLi.oncontextmenu = function(){
|
||||
CloudCommander.mouseBinding();
|
||||
|
||||
return false;
|
||||
}
|
||||
lLi.oncontextmenu = CloudCommander.mouseBinding(lLi);
|
||||
|
||||
/* если ссылка на папку, а не файл */
|
||||
if(a[i].target !== '_blank'){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue