fix copy&paste

This commit is contained in:
j 2014-10-20 18:36:02 +01:00
parent f3420832e0
commit 29eae5b25d
1 changed files with 5 additions and 0 deletions

View File

@ -785,6 +785,11 @@ pandora.ui.infoView = function(data) {
};
that.bindEvent({
mousedown: function() {
setTimeout(function() {
!Ox.Focus.focusedElementIsInput() && that.gainFocus();
});
},
pandora_icons: that.reload,
pandora_showsiteposters: function() {
ui.icons == 'posters' && that.reload();