Added audio and brightness controls, also added some crappy UI graphics to the index page
This commit is contained in:
@@ -306,3 +306,7 @@ function isSet(x)
|
||||
return ( (typeof x !== 'undefined') &&
|
||||
( x !== null ) );
|
||||
}
|
||||
|
||||
function getDOMValue(name) {
|
||||
return document.getElementById(name).value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user