summaryrefslogtreecommitdiffstats
path: root/static/functions/browse.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2012-02-19 08:00:19 +0000
committerGit <git@what.cd>2012-02-19 08:00:19 +0000
commitf741915024ded8636e591623a094b6f9fed253cb (patch)
tree1d8e3b41257faa092217eee74bc55fb0da277b87 /static/functions/browse.js
parent30636f6b850578e417b5b28d309f9c7ff5c0130f (diff)
downloadGazelle-f741915024ded8636e591623a094b6f9fed253cb.zip
Gazelle-f741915024ded8636e591623a094b6f9fed253cb.tar.gz
Gazelle-f741915024ded8636e591623a094b6f9fed253cb.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/browse.js')
-rw-r--r--static/functions/browse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/browse.js b/static/functions/browse.js
index c53a08f..caa3366 100644
--- a/static/functions/browse.js
+++ b/static/functions/browse.js
@@ -176,7 +176,7 @@ function AddArtistField() {
x.appendChild(document.createTextNode(' '));
var Importance = document.createElement("select");
Importance.name = "importance[]";
- Importance.innerHTML = '<option value="1">Main</option><option value="2">Guest</option><option value="4">Composer</option><option value="5">Conductor</option><option value="6">DJ / Compiler</option><option value="3">Remixer</option>';
+ Importance.innerHTML = '<option value="1">Main</option><option value="2">Guest</option><option value="4">Composer</option><option value="5">Conductor</option><option value="6">DJ / Compiler</option><option value="3">Remixer</option><option value="7">Producer</option>';
x.appendChild(Importance);
ArtistFieldCount++;
}