diff options
author | Git <git@what.cd> | 2012-02-19 08:00:19 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2012-02-19 08:00:19 +0000 |
commit | f741915024ded8636e591623a094b6f9fed253cb (patch) | |
tree | 1d8e3b41257faa092217eee74bc55fb0da277b87 /static/functions/upload.js | |
parent | 30636f6b850578e417b5b28d309f9c7ff5c0130f (diff) | |
download | Gazelle-f741915024ded8636e591623a094b6f9fed253cb.zip Gazelle-f741915024ded8636e591623a094b6f9fed253cb.tar.gz Gazelle-f741915024ded8636e591623a094b6f9fed253cb.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/upload.js')
-rw-r--r-- | static/functions/upload.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/functions/upload.js b/static/functions/upload.js index c062e15..c072286 100644 --- a/static/functions/upload.js +++ b/static/functions/upload.js @@ -195,6 +195,7 @@ function AddArtistField() { ImportanceField.options[3] = new Option("Conductor", "5"); ImportanceField.options[4] = new Option("DJ / Compiler", "6"); ImportanceField.options[5] = new Option("Remixer", "3"); + ImportanceField.options[6] = new Option("Producer", "7"); var x = $('#artistfields').raw(); x.appendChild(document.createElement("br")); |