summaryrefslogtreecommitdiffstats
path: root/static/functions/user.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-02-22 08:00:24 +0000
committerGit <git@what.cd>2013-02-22 08:00:24 +0000
commitc2746069c183484bf0f3eff54d8a27db1b738509 (patch)
tree1ef8d06f7c125e07c728e6048fdec371c1d144e6 /static/functions/user.js
parent57b88f03c17e9b5eab8137f9692843b4b297851f (diff)
downloadGazelle-c2746069c183484bf0f3eff54d8a27db1b738509.zip
Gazelle-c2746069c183484bf0f3eff54d8a27db1b738509.tar.gz
Gazelle-c2746069c183484bf0f3eff54d8a27db1b738509.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/user.js')
-rw-r--r--static/functions/user.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/functions/user.js b/static/functions/user.js
index ad93561..a8e468c 100644
--- a/static/functions/user.js
+++ b/static/functions/user.js
@@ -60,17 +60,17 @@ function AlterParanoia() {
UncheckIfDisabled($('input[name=p_seeding_l]').raw());
UncheckIfDisabled($('input[name=p_leeching_l]').raw());
UncheckIfDisabled($('input[name=p_snatched_l]').raw());
-
+
// unique groups, "Perfect" FLACs and artists added are deducible from the list of uploads
if ($('input[name=p_uploads_l]').raw().checked) {
$('input[name=p_uniquegroups_c]').raw().checked = true;
$('input[name=p_uniquegroups_l]').raw().checked = true;
$('input[name=p_uniquegroups_c]').raw().disabled = true;
- $('input[name=p_uniquegroups_l]').raw().disabled = true;
+ $('input[name=p_uniquegroups_l]').raw().disabled = true;
$('input[name=p_perfectflacs_c]').raw().checked = true;
$('input[name=p_perfectflacs_l]').raw().checked = true;
$('input[name=p_perfectflacs_c]').raw().disabled = true;
- $('input[name=p_perfectflacs_l]').raw().disabled = true;
+ $('input[name=p_perfectflacs_l]').raw().disabled = true;
$('input[type=checkbox][name=p_artistsadded]').raw().checked = true;
$('input[type=checkbox][name=p_artistsadded]').raw().disabled = true;
} else {
@@ -114,7 +114,7 @@ function ParanoiaReset(checkbox, drops) {
} else {
checkboxes.raw(i).checked = checkbox;
}
- AlterParanoia();
+ AlterParanoia();
}
}
}
@@ -153,6 +153,6 @@ function ToggleIdenticons() {
$('#identicons').show();
}
else {
- $('#identicons').hide();
+ $('#identicons').hide();
}
} \ No newline at end of file