Merge with raphael's modifications commited under my name. popcorn-port
authorhamidouk
Wed, 18 Jan 2012 11:32:21 +0100
branchpopcorn-port
changeset 660 78f392af62db
parent 659 501efe401eea (diff)
parent 658 cfaf0986d22b (current diff)
child 661 48c1beea7b1c
Merge with raphael's modifications commited under my name.
--- a/src/js/widgets/playerWidget.js	Wed Jan 18 10:21:53 2012 +0100
+++ b/src/js/widgets/playerWidget.js	Wed Jan 18 11:32:21 2012 +0100
@@ -155,7 +155,6 @@
       this.selector.find(".LdtSearch").show("blind", { direction: "horizontal"}, 100);
       
       this.selector.find(".LdtSearchInput").css('background-color','#fff');
-      this.selector.find(".LdtSearchInput").focus();
       this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue);      
       this._Popcorn.trigger("IriSP.search", this._searchLastValue); // trigger the search to make it more natural.