equal
deleted
inserted
replaced
68 title: title, |
68 title: title, |
69 htitle: highlight(title), |
69 htitle: highlight(title), |
70 image: image, |
70 image: image, |
71 description: description, |
71 description: description, |
72 hdescription: highlight(description), |
72 hdescription: highlight(description), |
73 static_url: _this.renkan.static_url |
73 static_url: _this.renkan.options.static_url |
74 }); |
74 }); |
75 }); |
75 }); |
76 _this.main_$.html(_html); |
76 _this.main_$.html(_html); |
77 if (searchstr && count) { |
77 if (searchstr && count) { |
78 this.count_$.text(count).show(); |
78 this.count_$.text(count).show(); |