Skip to content

Commit

Permalink
needs to hand curate xn_9k.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-reznik committed Sep 20, 2024
1 parent fce9525 commit 921ebd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15,112 deletions.
2 changes: 1 addition & 1 deletion components.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ var html = function(xn_number, trilins_selected, tri_selected, rgb_color, hex_co
<button id="plus_Xn`+xn_number+`" class="plus_minus plus"><i class="fa fa-plus-circle" aria-hidden="true"></i></button>
</div>
<div class='slider_container'>
<input type="range" min="1" max="9999" value="1" class="slider" step="1" id="Xn`+xn_number+`">
<input type="range" min="1" max="1000" value="1" class="slider" step="1" id="Xn`+xn_number+`">
</div>
<div style="display: flex; justify-content: center; align-items: center;">
<label for="clr`+xn_number+`"></label>
Expand Down
Loading

0 comments on commit 921ebd1

Please sign in to comment.