typo
This commit is contained in:
parent
340efa2998
commit
839ed27fab
2 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@
|
||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<script src="js/prompt.js?v=7a1c68c" type="text/javascript"></script>
|
<script src="js/prompt.js?v=7a1c68c" type="text/javascript"></script>
|
||||||
<script src="js/index.js?v=40880be" type="text/javascript"></script>
|
<script src="js/index.js?v=91acc2d" type="text/javascript"></script>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
src="js/ui/floating/history.js?v=fc92d14"
|
src="js/ui/floating/history.js?v=fc92d14"
|
||||||
|
|
|
@ -613,7 +613,7 @@ makeSlider(
|
||||||
makeSlider("Steps", document.getElementById("steps"), "steps", 1, 70, 5, 30, 1);
|
makeSlider("Steps", document.getElementById("steps"), "steps", 1, 70, 5, 30, 1);
|
||||||
|
|
||||||
makeSlider(
|
makeSlider(
|
||||||
"HR Fix Lock Px.",
|
"HRFix Lock Px.",
|
||||||
document.getElementById("hrFixLock"),
|
document.getElementById("hrFixLock"),
|
||||||
"hr_fix_lock_px",
|
"hr_fix_lock_px",
|
||||||
0.0,
|
0.0,
|
||||||
|
|
Loading…
Reference in a new issue