Lint again
This commit is contained in:
parent
146c599deb
commit
00f0f957c0
2
lemur/static/app/angular/app.js
vendored
2
lemur/static/app/angular/app.js
vendored
@ -92,7 +92,7 @@ lemur.factory('LemurRestangular', function (Restangular, $location, $auth) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
RestangularConfigurer.setErrorInterceptor(function(response) {
|
RestangularConfigurer.setErrorInterceptor(function(response) {
|
||||||
if (response.status == 400) {
|
if (response.status === 400) {
|
||||||
if (response.data.message) {
|
if (response.data.message) {
|
||||||
var data = '';
|
var data = '';
|
||||||
_.each(response.data.message, function (value, key) {
|
_.each(response.data.message, function (value, key) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user