cosmetic changes

This commit is contained in:
rolux 2013-05-17 13:52:09 +02:00
parent cd911df051
commit 7c1c4c7737
1 changed files with 3 additions and 1 deletions

View File

@ -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) {
Ox.Log('UI', 'TRIGGER ' + key + ' ' + val);
Ox.forEach(pandora.$ui, function(element) {