aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-01-13 21:21:23 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-01-13 21:21:23 +0100
commitdf4c9502ec7835bc86508214a3df65340ca2bb85 (patch)
treea6cbbf70acf1a31fcfefc4a4006076f69730861c
parentDon't allow selecting progress bar text. (diff)
downloadzmusic-ng-df4c9502ec7835bc86508214a3df65340ca2bb85.tar.xz
zmusic-ng-df4c9502ec7835bc86508214a3df65340ca2bb85.zip
Everybody loves, Fugazi, right?
-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 d7f674c..3d0607a 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" ];
+ "Lord of the Rings", "Pat Metheny", "Fugazi" ];
$("#query").val(qParam("query") || defaultChoices[Math.floor(Math.random() * defaultChoices.length)]).change();
};