Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Fix error when manually setting an input
master
Fen Dweller
6 anni fa
parent
ca0942cfde
commit
6e56e04544
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
macrovision.js
+ 1
- 0
macrovision.js
Vedi File
@@ -887,6 +887,7 @@ function updateViewOptions(entity, view, changed) {
}
function setNumericInput(input, value, round = 6) {
if (typeof value == "string") {
input.value = value.toPrecision(round);
}
Write
Preview
Loading…
Annulla
Salva