diff options
author | Git <git@what.cd> | 2011-11-20 08:00:18 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2011-11-20 08:00:18 +0000 |
commit | 5ae500286b3932b93b852f5b829162ce9fae6ae4 (patch) | |
tree | 54132400ec8afab8ff44c1ce1589f800f4a2a604 /static/functions/requests.js | |
parent | e5704e96b7e90046430cbde630b6315e63a27723 (diff) | |
download | Gazelle-5ae500286b3932b93b852f5b829162ce9fae6ae4.zip Gazelle-5ae500286b3932b93b852f5b829162ce9fae6ae4.tar.gz Gazelle-5ae500286b3932b93b852f5b829162ce9fae6ae4.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/requests.js')
-rw-r--r-- | static/functions/requests.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/functions/requests.js b/static/functions/requests.js index 685f03e..a02d365 100644 --- a/static/functions/requests.js +++ b/static/functions/requests.js @@ -80,7 +80,10 @@ function AddArtistField() { ImportanceField.name = "importance[]"; ImportanceField.options[0] = new Option("Main", "1"); ImportanceField.options[1] = new Option("Guest", "2"); - ImportanceField.options[2] = new Option("Remixer", "3"); + ImportanceField.options[2] = new Option("Composer", "4"); + ImportanceField.options[3] = new Option("Conductor", "5"); + ImportanceField.options[4] = new Option("DJ / Compiler", "6"); + ImportanceField.options[5] = new Option("Remixer", "3"); var x = $('#artistfields').raw(); x.appendChild(document.createElement("br")); |