summaryrefslogtreecommitdiffstats
path: root/js/account.js
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-01-30 22:12:42 +0100
committerDylan William Hardison <dylan@hardison.net>2017-01-30 22:12:42 +0100
commit990b21c267c223fa93aa294c7724f940bc3fe3f4 (patch)
tree47d1575a6bce658b123dcec5df4113579f220a11 /js/account.js
parentc9e45583cf95176e5db4bf7db612ee1ce0a9c6c3 (diff)
downloadbugzilla-990b21c267c223fa93aa294c7724f940bc3fe3f4.tar.gz
bugzilla-990b21c267c223fa93aa294c7724f940bc3fe3f4.tar.xz
Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1
Diffstat (limited to 'js/account.js')
-rw-r--r--js/account.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/account.js b/js/account.js
index c268bb8e5..c5557aa41 100644
--- a/js/account.js
+++ b/js/account.js
@@ -223,7 +223,7 @@ $(function() {
$('#mfa-password').focus();
$('#update').attr('disabled', false);
})
- .error(function(data) {
+ .fail(function(data) {
$('#mfa-totp-throbber').hide();
if (data.statusText === 'abort')
return;