fixed erroneous error log

pull/1046/head
Justin Richer 2016-03-18 22:02:40 -04:00
parent 89316cbab1
commit 37b9acda66
1 changed files with 1 additions and 1 deletions

View File

@ -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);