Added audio and brightness controls, also added some crappy UI graphics to the index page

This commit is contained in:
2014-06-26 21:55:58 -07:00
parent b1587926ab
commit 4f8a09581d
7 changed files with 51 additions and 10 deletions

View File

@@ -306,3 +306,7 @@ function isSet(x)
return ( (typeof x !== 'undefined') &&
( x !== null ) );
}
function getDOMValue(name) {
return document.getElementById(name).value
}