fix copy&paste
This commit is contained in:
parent
f3420832e0
commit
29eae5b25d
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue