diff --git a/static/js/infoView.0xdb.js b/static/js/infoView.0xdb.js index 393dd7c2..501420d4 100644 --- a/static/js/infoView.0xdb.js +++ b/static/js/infoView.0xdb.js @@ -1155,6 +1155,9 @@ pandora.ui.infoView = function(data) { }; that.bindEvent({ + mousedown: function() { + that.gainFocus() + }, pandora_icons: that.reload, pandora_showsiteposters: function() { ui.icons == 'posters' && that.reload(); diff --git a/static/js/infoView.indiancinema.js b/static/js/infoView.indiancinema.js index ee37aef0..ce6c2dc1 100644 --- a/static/js/infoView.indiancinema.js +++ b/static/js/infoView.indiancinema.js @@ -1054,6 +1054,9 @@ pandora.ui.infoView = function(data) { }; that.bindEvent({ + mousedown: function() { + that.gainFocus() + }, pandora_icons: that.reload, pandora_showsiteposters: function() { ui.icons == 'posters' && that.reload(); diff --git a/static/js/infoView.js b/static/js/infoView.js index 90d78215..24b21a89 100644 --- a/static/js/infoView.js +++ b/static/js/infoView.js @@ -633,6 +633,9 @@ pandora.ui.infoView = function(data) { }; that.bindEvent({ + mousedown: function() { + that.gainFocus() + }, pandora_icons: that.reload, pandora_showsiteposters: function() { ui.icons == 'posters' && that.reload(); diff --git a/static/js/infoView.padma.js b/static/js/infoView.padma.js index 770cc867..13547ac1 100644 --- a/static/js/infoView.padma.js +++ b/static/js/infoView.padma.js @@ -784,6 +784,9 @@ pandora.ui.infoView = function(data) { }; that.bindEvent({ + mousedown: function() { + that.gainFocus() + }, pandora_icons: that.reload, pandora_showsiteposters: function() { ui.icons == 'posters' && that.reload();