mirror of
https://github.com/pinry/pinry.git
synced 2025-11-18 02:40:40 +01:00
Fix error message classes
This commit is contained in:
@@ -124,7 +124,7 @@ $(window).load(function() {
|
||||
editedPin = null;
|
||||
});
|
||||
promise.error(function() {
|
||||
message('Problem updating image.', 'alert alert-error');
|
||||
message('Problem updating image.', 'alert alert-danger');
|
||||
});
|
||||
} else {
|
||||
var data = {
|
||||
@@ -144,7 +144,7 @@ $(window).load(function() {
|
||||
dismissModal(modal);
|
||||
});
|
||||
promise.error(function() {
|
||||
message('Problem saving image.', 'alert alert-error');
|
||||
message('Problem saving image.', 'alert alert-danger');
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user