integration/js/mashupcore.js
changeset 73 475e5fb0ea2b
parent 69 e56b4456668f
child 104 1b84c7b2aeee
--- a/integration/js/mashupcore.js	Wed Nov 28 15:46:05 2012 +0100
+++ b/integration/js/mashupcore.js	Wed Nov 28 17:21:26 2012 +0100
@@ -648,15 +648,6 @@
         project.trigger("mouseout-annotation");
         mouseoverSegment = undefined;
     })
-    .click(function(evt) {
-        if (!mashup.duration.milliseconds) {
-            return;
-        }
-        var el = $(this), t = ( evt.pageX - el.offset().left ) * mashup.duration / el.width(), segment = mashup.getAnnotationAtTime(t);
-        if (segment) {
-            project.trigger("click-annotation", segment.annotation);
-        }
-    });
     
     mashup.trigger("add");