mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
fix(cloudfunc) RIGH_TPANE -> RIGHT_PANEL
This commit is contained in:
parent
0293e0aa50
commit
197191748c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ var Util;
|
|||
|
||||
/* id панелей с файлами */
|
||||
this.LEFT_PANEL = 'js-left';
|
||||
this.RIGH_TPANEL = 'js-right';
|
||||
this.RIGHT_PANEL = 'js-right';
|
||||
|
||||
this.getJoinURL = function(names) {
|
||||
var url, isContain,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue