summaryrefslogtreecommitdiffstats
path: root/static/functions/autocomplete.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-07-16 08:00:49 +0000
committerGit <git@what.cd>2013-07-16 08:00:49 +0000
commit63f08f0b62e30fa4e99318a11ede8879021efc80 (patch)
tree691096d4e5c91285affb00d01f834da3b9b3a23b /static/functions/autocomplete.js
parent198cb9c9af6c0838a576b41c890abf7747d202ed (diff)
downloadGazelle-63f08f0b62e30fa4e99318a11ede8879021efc80.zip
Gazelle-63f08f0b62e30fa4e99318a11ede8879021efc80.tar.gz
Gazelle-63f08f0b62e30fa4e99318a11ede8879021efc80.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/autocomplete.js')
-rw-r--r--static/functions/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/autocomplete.js b/static/functions/autocomplete.js
index 017e72c..a6e6efa 100644
--- a/static/functions/autocomplete.js
+++ b/static/functions/autocomplete.js
@@ -11,7 +11,7 @@ $(document).ready(function() {
},
});
- if (url.path == 'torrents' || url.path == 'upload' || url.path == 'artist' || (url.path == 'requests' && url.query['action'] == 'new')) {
+ if (url.path == 'torrents' || url.path == 'upload' || url.path == 'artist' || (url.path == 'requests' && url.query['action'] == 'new') || url.path == 'collages') {
$("#artist" + SELECTOR).autocomplete({
serviceUrl : ARTIST_AUTOCOMPLETE_URL
});