This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Actually fix it! Oops...
master
Fen Dweller
6 years ago
parent
6e56e04544
commit
10419dbba7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
View File
@@ -888,6 +888,8 @@ function updateViewOptions(entity, view, changed) {
function setNumericInput(input, value, round = 6) {
if (typeof value == "string") {
value = parseFloat(value)
}
input.value = value.toPrecision(round);
}
Write
Preview
Loading…
Cancel
Save