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
18d9c66510
commit
76c033f5a7
1 changed files with 2 additions and 4 deletions
|
|
@ -2,10 +2,8 @@ var CloudCommander, CloudFunc, $;
|
|||
/* object contains viewer FancyBox
|
||||
* https://github.com/fancyapps/fancyBox
|
||||
*/
|
||||
CloudCommander.Viewer = {
|
||||
LIBDIR : './lib',
|
||||
LIBDIRSERVER : './lib/server',
|
||||
dir : this.LIBDIRCLIENT + 'viewer/',
|
||||
CloudCommander.Viewer = {
|
||||
dir : './lib/viewer/',
|
||||
|
||||
getByClass : function(pClass){
|
||||
return document.getElementsByClassName(pClass);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue