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
Remove a spurious log statement
master
Fen Dweller
4 years ago
parent
4e47e89df8
commit
24a8eddcde
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
macrovision.js
+ 0
- 2
macrovision.js
View File
@@ -606,8 +606,6 @@ function pickUnit() {
return [unit, value]
return [unit, value]
})
})
console.log(choices)
heightSelect.value = choices.sort((a, b) => {
heightSelect.value = choices.sort((a, b) => {
return a[1] - b[1]
return a[1] - b[1]
})[0][0]
})[0][0]
Write
Preview
Loading…
Cancel
Save