equal
deleted
inserted
replaced
123 }); |
123 }); |
124 }); |
124 }); |
125 |
125 |
126 content.trigger("set-current", media); |
126 content.trigger("set-current", media); |
127 |
127 |
128 $(".info-title a").text(media.title); |
|
129 $(".title-video-wrap .title-video").text(media.title); |
|
130 $(".info-duration td").text(media.duration.toString()); |
128 $(".info-duration td").text(media.duration.toString()); |
131 $(".info-description td").text(media.description); |
129 $(".info-description td").text(media.description); |
132 $(".info-tags td").text(media.keywords); |
130 $(".info-tags td").text(media.keywords); |
133 |
131 |
134 }); |
132 }); |