integration/js/mashupplayer.js
changeset 82 e36c35fb4468
parent 73 475e5fb0ea2b
child 86 4857ac3892e3
--- a/integration/js/mashupplayer.js	Thu Nov 29 17:54:48 2012 +0100
+++ b/integration/js/mashupplayer.js	Thu Nov 29 19:28:10 2012 +0100
@@ -20,8 +20,6 @@
         IriSP.mashupcore(project, mashup);
         project.trigger("set-current",mashup);
         
-        $(".info-title a").text(mashup.title);
-        $(".title-video-wrap .title-video").text(mashup.title);
         $(".info-duration td").text(mashup.duration.toString());
         $(".info-author a").text(mashup.creator);
         $(".info-description td").text(mashup.description);