mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
9b0af901f2
commit
2a249ae51e
1 changed files with 2 additions and 6 deletions
|
|
@ -61,9 +61,7 @@ CloudCommander.Viewer.FancyBox = {
|
|||
'jquery.fancybox.pack.js', {onload: pCallBack});
|
||||
|
||||
console.log('loading offline copy of' +
|
||||
'jquery.fancybox.pack.js');
|
||||
|
||||
return false;
|
||||
'jquery.fancybox.pack.js');
|
||||
})
|
||||
});
|
||||
};
|
||||
|
|
@ -86,9 +84,7 @@ CloudCommander.Viewer.FancyBox = {
|
|||
});
|
||||
|
||||
console.log('loading offline copy of' +
|
||||
'jquery.fancybox.css');
|
||||
|
||||
return false;
|
||||
'jquery.fancybox.css');
|
||||
})
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue