Simplified string
This commit is contained in:
@@ -175,7 +175,7 @@ script(type="text/javascript").
|
|||||||
if (data.status == 422) {
|
if (data.status == 422) {
|
||||||
statusBarSet('error', 'The submitted data could not be validated.', 'pi-warning', 8000);
|
statusBarSet('error', 'The submitted data could not be validated.', 'pi-warning', 8000);
|
||||||
} else {
|
} else {
|
||||||
statusBarSet('error', 'Error! We\'ve been notified and are working on it - '
|
statusBarSet('error', "Error! We've been notified and are working on it - "
|
||||||
+ data.status + ' ' + data.statusText, 'pi-warning', 8000);
|
+ data.status + ' ' + data.statusText, 'pi-warning', 8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user