Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
1023:a5ebc74dc3f3 | 1024:6164cc091649 |
---|---|
116 "You've been added to the map!"); | 116 "You've been added to the map!"); |
117 }, | 117 }, |
118 error: function (xhr, textStatus, ex) { | 118 error: function (xhr, textStatus, ex) { |
119 alert('Oops, an error occurred. ' + xhr.statusText + ' - ' + | 119 alert('Oops, an error occurred. ' + xhr.statusText + ' - ' + |
120 xhr.responseText); | 120 xhr.responseText); |
121 submitButton.removeAttr('disabled').val('Update'); | |
121 } | 122 } |
122 }); | 123 }); |
123 }); | 124 }); |
124 } | 125 } |
125 return false; | 126 return false; |