From 990b21c267c223fa93aa294c7724f940bc3fe3f4 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 30 Jan 2017 16:12:42 -0500 Subject: Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1 --- js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/account.js') 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; -- cgit v1.2.3-24-g4f1b