Formatting
This commit is contained in:
6
app.js
6
app.js
@@ -130,7 +130,7 @@ function calculate() {
|
||||
resultEl.innerHTML = `
|
||||
<div class="ok">Calculated shutter speed for Camera B: <span class="mono">${prettyShutter(tB)}</span></div>
|
||||
<div style="margin-top:8px;">B now: <span class="mono">${formatISO(isoB)}, ${formatAperture(fB)}, ${prettyShutter(tB)}</span></div>
|
||||
`;
|
||||
`;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -146,7 +146,7 @@ function calculate() {
|
||||
resultEl.innerHTML = `
|
||||
<div class="ok">Calculated ISO for Camera B: <span class="mono">${formatISO(isoB)}</span></div>
|
||||
<div style="margin-top:8px;">B now: <span class="mono">${formatISO(isoB)}, ${formatAperture(fB)}, ${prettyShutter(tB)}</span></div>
|
||||
`;
|
||||
`;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ function calculate() {
|
||||
resultEl.innerHTML = `
|
||||
<div class="ok">Calculated aperture for Camera B: <span class="mono">${formatAperture(fB)}</span></div>
|
||||
<div style="margin-top:8px;">B now: <span class="mono">${formatISO(isoB)}, ${formatAperture(fB)}, ${prettyShutter(tB)}</span></div>
|
||||
`;
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user