1
0

UI enhancements

This commit is contained in:
Scott E. Graves
2017-02-17 16:49:30 -06:00
parent 22207bfe17
commit 6b425fc5ca
4 changed files with 6 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ function setConsensusHeight(height) {
function setAvailableDrives(driveList) {
driveList = Array.isArray(driveList) ? driveList : JSON.parse(driveList);
var sel = document.getElementById("MountDrives");
var sel = document.getElementById("ID_MountDrives");
sel.innerHTML = "";
for (var i in driveList) {