integration/js/mashupplayer.js
changeset 86 4857ac3892e3
parent 82 e36c35fb4468
child 109 3034776c1f35
--- a/integration/js/mashupplayer.js	Fri Nov 30 15:36:06 2012 +0100
+++ b/integration/js/mashupplayer.js	Fri Nov 30 16:48:37 2012 +0100
@@ -21,7 +21,7 @@
         project.trigger("set-current",mashup);
         
         $(".info-duration td").text(mashup.duration.toString());
-        $(".info-author a").text(mashup.creator);
+        
         $(".info-description td").text(mashup.description);
         
         mashup.getMedias().forEach(function(media) {