mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
dc119a3b27
commit
72ee14c5dd
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ CloudCommander.Viewer.FancyBox = {
|
|||
lName = lA[i].title || lA[i].textContent;
|
||||
|
||||
CloudFunc.checkExtension(lName,['png','jpg']) &&
|
||||
(lA[i].className = 'fancybox');
|
||||
(lA[i].className = 'fancybox') &&
|
||||
(lA[i].rel = 'gallery');
|
||||
}
|
||||
}catch(pError){
|
||||
console.log(pError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue