Ver código fonte

Actually fix it! Oops...

master
Fen Dweller 6 anos atrás
pai
commit
10419dbba7
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js Ver arquivo

@@ -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);
}



Carregando…
Cancelar
Salvar