enable playing previous recordings while in director mode
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
$(document).on("click", "[data-behavior=play_recording]", function() {
|
||||
$("#raw-video-embed").remove();
|
||||
|
||||
clearPlayingHighlight();
|
||||
$(this).parent().parent().addClass('playing-highlight');
|
||||
|
||||
@@ -18,7 +20,6 @@ $(document).on("click", "[data-behavior=play_recording]", function() {
|
||||
});
|
||||
|
||||
$(document).on("click", "[data-behavior=play_stream]", function() {
|
||||
// clearPlayingHighlight();
|
||||
$("#broadcast_video").data('videoType', 'stream');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user