equal
deleted
inserted
replaced
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-duration td").text(mashup.duration.toString()); |
23 $(".info-duration td").text(mashup.duration.toString()); |
24 $(".info-author a").text(mashup.creator); |
24 |
25 $(".info-description td").text(mashup.description); |
25 $(".info-description td").text(mashup.description); |
26 |
26 |
27 mashup.getMedias().forEach(function(media) { |
27 mashup.getMedias().forEach(function(media) { |
28 apidirectory.remoteSource({ |
28 apidirectory.remoteSource({ |
29 url: IriSP.endpoints.content + media.id, |
29 url: IriSP.endpoints.content + media.id, |