Skip to content

Commit

Permalink
Add title to timeline toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 6, 2024
1 parent 80b000c commit fe18e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/montagereview.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
?>
<button type="button" id="downloadVideo" data-on-click="click_download"><?php echo translate('Download Video') ?></button>
<?php } // end if !live ?>
<button type="button" id="collapse" data-flip-сontrol-object="#timelinediv" data-flip-сontrol-run-after-func="drawGraph"> <!-- OR run redrawScreen? -->
<button type="button" id="collapse" data-flip-сontrol-object="#timelinediv" data-flip-сontrol-run-after-func="drawGraph" title="<?php echo translate('Toggle timeline visibility');?>"> <!-- OR run redrawScreen? -->
<i class="material-icons" data-icon-visible="history_toggle_off" data-icon-hidden="schedule"></i>
</button>
</div>
Expand Down

0 comments on commit fe18e01

Please sign in to comment.