]> git.parisson.com Git - teleforma.git/commitdiff
filter markers @ 0.0s
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Dec 2013 14:20:21 +0000 (15:20 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Dec 2013 14:20:21 +0000 (15:20 +0100)
teleforma/templates/teleforma/seminar_media_video.html

index e427005b131182abdee1b73e8c6e95fd9420d254..9b50b8034fe4733e93b4867483c014e0317776aa 100644 (file)
@@ -146,7 +146,7 @@ $(window).ready(function(){
  <div id="index">
   <ul>
   {% for marker in media.item.markers.all %}
-  {% if not forloop.first %}
+  {% if not forloop.first and marker.time|point != '0.0' %}
    <li><a href="#" onclick="jumpToTimeoffset({{ marker.time|point }});">{{ marker.title }}</a></li>
   {% endif %}
   {% endfor %}