equal
deleted
inserted
replaced
130 } else { |
130 } else { |
131 this.$.find('.Ldt-Annotation-Inner').removeClass("Ldt-Annotation-isMashup"); |
131 this.$.find('.Ldt-Annotation-Inner').removeClass("Ldt-Annotation-isMashup"); |
132 } |
132 } |
133 if (typeof this.socialWidget !== "undefined") { |
133 if (typeof this.socialWidget !== "undefined") { |
134 this.socialWidget.updateUrls(_url, _text); |
134 this.socialWidget.updateUrls(_url, _text); |
|
135 } else { |
|
136 var _this = this; |
|
137 setTimeout(function() { |
|
138 if (typeof _this.socialWidget !== "undefined") { |
|
139 _this.socialWidget.updateUrls(_url, _text); |
|
140 } |
|
141 },800); |
135 } |
142 } |
136 this.$.find(".Ldt-Annotation-Inner").removeClass("Ldt-Annotation-Empty"); |
143 this.$.find(".Ldt-Annotation-Inner").removeClass("Ldt-Annotation-Empty"); |
137 } |
144 } |
138 |
145 |
139 IriSP.Widgets.Annotation.prototype.hide = function() { |
146 IriSP.Widgets.Annotation.prototype.hide = function() { |