mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(client) baseInit: add 'js-'
This commit is contained in:
parent
a50e6ab694
commit
1d94a2e1c1
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ var Util, DOM, CloudFunc;
|
|||
Listeners.init();
|
||||
/* загружаем Google Analytics */
|
||||
Listeners.analytics();
|
||||
Listeners.changeLinks(CloudFunc.LEFTPANEL);
|
||||
Listeners.changeLinks(CloudFunc.RIGHTPANEL);
|
||||
Listeners.changeLinks('js-' + CloudFunc.LEFTPANEL);
|
||||
Listeners.changeLinks('js-' + CloudFunc.RIGHTPANEL);
|
||||
|
||||
Listeners.initKeysPanel();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue