summaryrefslogtreecommitdiffstats
path: root/static/functions/user.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-06-27 08:01:06 +0000
committerGit <git@what.cd>2013-06-27 08:01:06 +0000
commitdefe05e12ab6116072f7502587380aba8b9fcda2 (patch)
tree31893bea7a7c5b20f5c85eb5bbc77cd9c6766e04 /static/functions/user.js
parentf8540013d623507d45cd82cdd4e718352f599490 (diff)
downloadGazelle-defe05e12ab6116072f7502587380aba8b9fcda2.zip
Gazelle-defe05e12ab6116072f7502587380aba8b9fcda2.tar.gz
Gazelle-defe05e12ab6116072f7502587380aba8b9fcda2.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/user.js')
-rw-r--r--static/functions/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/user.js b/static/functions/user.js
index d265094..b7e23dd 100644
--- a/static/functions/user.js
+++ b/static/functions/user.js
@@ -157,7 +157,7 @@ function ToggleIdenticons() {
}
function userform_submit() {
- if (jQuery('#resetpasskey').is(':checked')) {
+ if ($('#resetpasskey').is(':checked')) {
if (!confirm('Are you sure you want to reset your passkey?')) {
return false;
}