cosmetic changes
This commit is contained in:
parent
cd911df051
commit
7c1c4c7737
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@ pandora.UI = (function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
!pandora.isEmbedURL() && !pandora.isPrintURL() && Ox.len(set) && pandora.api.setUI(set);
|
if (Ox.len(set) && !pandora.isEmbedURL() && !pandora.isPrintURL()) {
|
||||||
|
pandora.api.setUI(set);
|
||||||
|
}
|
||||||
triggerEvents && Ox.forEach(trigger, function(val, key) {
|
triggerEvents && Ox.forEach(trigger, function(val, key) {
|
||||||
Ox.Log('UI', 'TRIGGER ' + key + ' ' + val);
|
Ox.Log('UI', 'TRIGGER ' + key + ' ' + val);
|
||||||
Ox.forEach(pandora.$ui, function(element) {
|
Ox.forEach(pandora.$ui, function(element) {
|
||||||
|
|
Loading…
Reference in a new issue