Skip to content

Commit

Permalink
add note about adding things to log
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Jun 30, 2024
1 parent e5fde4b commit 7a38cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
<div class="row">
<div class="export-logs col-8">
<p>Download or copy the player logs, which should be included when submitting a playback issue.</p>
<p>To insert a comment into the player log, use <code>player.log()</code> in the console, e.g. <code>player.log('Seeking to 500');player.currentTime(500);</code></p>
<button id="download-logs" class="btn btn-outline-secondary">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368">
Expand Down

0 comments on commit 7a38cda

Please sign in to comment.