client/js/list-bin.js
changeset 114 110f99eb417e
parent 78 af9e716b01bc
child 132 860340d4c645
equal deleted inserted replaced
113:fac7354c55d2 114:110f99eb417e
    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();