equal
deleted
inserted
replaced
232 IriSP.Widgets.AnnotationsList.prototype.draw = function() { |
232 IriSP.Widgets.AnnotationsList.prototype.draw = function() { |
233 |
233 |
234 this.bindPopcorn("IriSP.search", "onSearch"); |
234 this.bindPopcorn("IriSP.search", "onSearch"); |
235 this.bindPopcorn("IriSP.search.closed", "onSearch"); |
235 this.bindPopcorn("IriSP.search.closed", "onSearch"); |
236 this.bindPopcorn("IriSP.search.cleared", "onSearch"); |
236 this.bindPopcorn("IriSP.search.cleared", "onSearch"); |
|
237 this.bindPopcorn("IriSP.AnnotationsList.refresh","refresh"); |
237 |
238 |
238 var _this = this; |
239 var _this = this; |
239 |
240 |
240 if (this.ajax_url) { |
241 if (this.ajax_url) { |
241 if (this.mashupMode) { |
242 if (this.mashupMode) { |