aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-01-18 19:21:57 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-01-18 19:21:57 +0100
commit0f1426dd3315c7ebfafb55ed3259a12d22e8ac5d (patch)
treec7be18ad59faef53bbb2124f0990810ded3246ad
parentUse prop instead of attr, per jQuery 1.9 upgrade guide. (diff)
downloadzmusic-ng-0f1426dd3315c7ebfafb55ed3259a12d22e8ac5d.tar.xz
zmusic-ng-0f1426dd3315c7ebfafb55ed3259a12d22e8ac5d.zip
Blockhead is good too.
-rw-r--r--frontend/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/js/app.js b/frontend/js/app.js
index f015fbe..1451a09 100644
--- a/frontend/js/app.js
+++ b/frontend/js/app.js
@@ -40,7 +40,7 @@ $(function() {
"Keith Jarret", "Kurt Rosenwinkel", "Gould", "Segovia",
"Mike Stern", "John Coltrane", "McCoy Tyner",
"BADBADNOTGOOD", "Charles Mingus", "Tribe Called Quest",
- "Lord of the Rings", "Pat Metheny", "Fugazi" ];
+ "Lord of the Rings", "Pat Metheny", "Fugazi", "Blockhead" ];
$("#query").val(qParam("query") || defaultChoices[Math.floor(Math.random() * defaultChoices.length)]).change();
};