Skip to content
Snippets Groups Projects
Commit de06232c authored by Loïs Poujade's avatar Loïs Poujade
Browse files

cleaning

parent 1e12257b
Branches
No related tags found
1 merge request!87change playback rate according to annotations
Pipeline #1019 failed
......@@ -186,10 +186,7 @@
<textarea class="popupInput" id="popupLinkInput" type="text"></textarea>
<div class="popupRightItem" id="popupSpeed" title="Speed"></div>
<!--<textarea class="popupInput" id="popupSpeedInput" type="text"></textarea>-->
<input type='range' min='0' max='4' class='popupInput' id='popupSpeedInput' />
<!-- <div class="popupRightItem separationHDark editmode"></div> -->
</td>
</tr>
</table>
......
......@@ -1005,13 +1005,6 @@ bgColorLeft = getTagGradientColor(tag);
var speed = tag.getMetadata("Rekall->Speed");
if((speed)&&(speed!="")) $("#popupSpeed").html(get_str_for_speed(speed)).removeClass("empty");
else $("#popupSpeed").html("+ Set video speed during this annotation").addClass("empty");
/*
if ((speed)&&(speed!="")) {
$("#popupSpeed").removeClass("empty")
$("popupSpeedInput").val(Number(speed));
$("popupSpeedInput").css('display', 'inline-block');
} else $("#popupSpeed").html("+ Set video speed during this annotation").addClass("empty");
*/
var comments = tag.getMetadata("Rekall->Comments");
if((comments)&&(comments!="")) $("#popupLegende").html(comments).removeClass("empty");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment