1
0

Layout changes

This commit is contained in:
Scott Graves
2017-02-16 18:02:53 -06:00
parent b7aad55510
commit 4f04e4d58f
3 changed files with 135 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
function setAvailableDrives(driveList) {
driveList = JSON.parse(driveList);
driveList = Array.isArray(driveList) ? driveList : JSON.parse(driveList);
var sel = document.getElementById("MountDrives");
sel.innerHTML = "";