Skip to content

Commit

Permalink
Fix es5 selected by default
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Sep 16, 2024
1 parent 6a1cbe7 commit cd260e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Add it to your website</h2>
<select id="type">
<option value=".js">Source</option>
<option value=".min.js" selected>Minified</option>
<option value=".es5.js" selected>ES5</option>
<option value=".es5.js">ES5</option>
</select>
</div>
<pre><button aria-label="Copy" class="copy" onclick="navigator.clipboard.writeText(document.getElementById('copy').innerHTML.replaceAll('&\lt;','<').replaceAll('&\gt;','>'))"><svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="0 0 256 256"><!--Fsh icons--><rect x="91" y="93" width="116" height="116" rx="14" stroke-width="12" fill="none"/><rect x="42" y="41" width="128" height="128" rx="20"/></svg></button><code id="code"></code></pre>
Expand Down

0 comments on commit cd260e1

Please sign in to comment.