fixed erroneous error log
parent
89316cbab1
commit
37b9acda66
|
@ -519,7 +519,7 @@ var DynRegEditView = Backbone.View.extend({
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
error:function (error, response) {
|
error:function (error, response) {
|
||||||
console.log("An error occurred when deleting from a list widget");
|
console.log("An error occurred when saving the client");
|
||||||
|
|
||||||
//Pull out the response text.
|
//Pull out the response text.
|
||||||
var responseJson = JSON.parse(response.responseText);
|
var responseJson = JSON.parse(response.responseText);
|
||||||
|
|
Loading…
Reference in New Issue