equal
deleted
inserted
replaced
18 project.onLoad(function() { |
18 project.onLoad(function() { |
19 mashup = project.getMashups()[0]; |
19 mashup = project.getMashups()[0]; |
20 IriSP.mashupcore(project, mashup); |
20 IriSP.mashupcore(project, mashup); |
21 project.trigger("set-current",mashup); |
21 project.trigger("set-current",mashup); |
22 |
22 |
23 $(".info-title a").text(mashup.title); |
|
24 $(".title-video-wrap .title-video").text(mashup.title); |
|
25 $(".info-duration td").text(mashup.duration.toString()); |
23 $(".info-duration td").text(mashup.duration.toString()); |
26 $(".info-author a").text(mashup.creator); |
24 $(".info-author a").text(mashup.creator); |
27 $(".info-description td").text(mashup.description); |
25 $(".info-description td").text(mashup.description); |
28 |
26 |
29 mashup.getMedias().forEach(function(media) { |
27 mashup.getMedias().forEach(function(media) { |