equal
deleted
inserted
replaced
76 + ' <h3>Envoie<br />ton Musitag</h3>' |
76 + ' <h3>Envoie<br />ton Musitag</h3>' |
77 + ' <div class="Musitag-Annotator-Note">' |
77 + ' <div class="Musitag-Annotator-Note">' |
78 + ' <div class="Musitag-container-80 Musitag-Annotator-tagInSend">' |
78 + ' <div class="Musitag-container-80 Musitag-Annotator-tagInSend">' |
79 + ' <div class="Musitag-shadow"></div>' |
79 + ' <div class="Musitag-shadow"></div>' |
80 + ' <div class="Musitag-color"></div>' |
80 + ' <div class="Musitag-color"></div>' |
81 + ' <div class="Musitag-emoticon hidden"></div>' |
81 + ' <div class="Musitag-emoticon"></div>' |
82 + ' </div>' |
82 + ' </div>' |
83 + ' </div>' |
83 + ' </div>' |
84 + '</div>' |
84 + '</div>' |
85 + '<div class="Musitag-Annotator-close"></div>' |
85 + '<div class="Musitag-Annotator-close"></div>' |
86 + '</div></div>'; |
86 + '</div></div>'; |
118 this.main_div.css("margin-left",Math.max(this.min_left, Math.min(this.max_right - this.main_width, _x - this.main_width / 2))+"px"); |
118 this.main_div.css("margin-left",Math.max(this.min_left, Math.min(this.max_right - this.main_width, _x - this.main_width / 2))+"px"); |
119 } |
119 } |
120 |
120 |
121 IriSP.Widgets.MusitagAnnotator.prototype.show = function() { |
121 IriSP.Widgets.MusitagAnnotator.prototype.show = function() { |
122 this.$.show(); |
122 this.$.show(); |
|
123 this.$.find('.Musitag-Annotator-tagInSelector').removeClass("down"); |
|
124 this.$.find(".Musitag-Annotator-tagInSend .Musitag-color").attr("class","Musitag-color"); |
|
125 this.$.find(".Musitag-Annotator-tagInSend .Musitag-emoticon").attr("class","Musitag-emoticon hidden"); |
123 this.position_bar.slideDown(200); |
126 this.position_bar.slideDown(200); |
124 } |
127 } |
125 |
128 |
126 IriSP.Widgets.MusitagAnnotator.prototype.hide = function() { |
129 IriSP.Widgets.MusitagAnnotator.prototype.hide = function() { |
127 var _this = this; |
130 var _this = this; |