mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(listeners) changePanel: DOM.getPanel -> Info.panel
This commit is contained in:
parent
77aa8e4f6b
commit
3e1fad2c55
1 changed files with 2 additions and 2 deletions
|
|
@ -146,10 +146,10 @@ var Util, DOM, CloudCmd;
|
|||
}
|
||||
|
||||
function changePanel(element) {
|
||||
var panel = DOM.getPanel(),
|
||||
var panel = Info.panel,
|
||||
files = DOM.getByDataName('js-files', panel),
|
||||
ul = getULElement(element);
|
||||
|
||||
|
||||
if (ul !== files)
|
||||
DOM.changePanel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue