Enhanced MOH interface to allow the creation of custom categories of music, and to specify the sampling rate on upload.

This commit is contained in:
Nate Jones
2012-10-18 07:22:37 +00:00
parent b74bed0bd8
commit a1d58cd290
3 changed files with 311 additions and 110 deletions

View File

@@ -0,0 +1,4 @@
function reset_file_input(objID) {
document.getElementById(objID).setAttribute('type', 'input');
document.getElementById(objID).setAttribute('type', 'file');
}