mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Fix error message classes
This commit is contained in:
@@ -83,7 +83,7 @@ $(window).load(function() {
|
||||
createBox(pin);
|
||||
});
|
||||
promise.error(function() {
|
||||
message('Problem problem fetching pin data.', 'alert alert-error');
|
||||
message('Problem problem fetching pin data.', 'alert alert-danger');
|
||||
});
|
||||
}
|
||||
return links.each(function() {
|
||||
@@ -95,7 +95,7 @@ $(window).load(function() {
|
||||
createBox(pin);
|
||||
});
|
||||
promise.error(function() {
|
||||
message('Problem problem fetching pin data.', 'alert alert-error');
|
||||
message('Problem problem fetching pin data.', 'alert alert-danger');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user