Mercurial > public > sg101
diff membermap/static/js/membermap.js @ 1024:6164cc091649
Perform image_check on membermap messages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 10 Dec 2015 21:11:10 -0600 |
parents | ee87ea74d46b |
children |
line wrap: on
line diff
--- a/membermap/static/js/membermap.js Thu Dec 10 20:57:50 2015 -0600 +++ b/membermap/static/js/membermap.js Thu Dec 10 21:11:10 2015 -0600 @@ -118,6 +118,7 @@ error: function (xhr, textStatus, ex) { alert('Oops, an error occurred. ' + xhr.statusText + ' - ' + xhr.responseText); + submitButton.removeAttr('disabled').val('Update'); } }); });