We are now using the new request service and storing the requests as json blobs

Added the db migration code. This can be removed in the next few builds.
This commit is contained in:
tidusjar 2016-03-18 13:52:10 +00:00
commit 2e8bb783d9
3 changed files with 17 additions and 4 deletions

View file

@ -108,7 +108,7 @@ $(".theNoteSaveButton").click(function (e) {
if (checkJsonResponse(response)) {
generateNotify("Success! Added Note.", "success");
$("#myModal").modal("hide");
$('#adminNotesArea').html("<div>Note from Admin: " + comment + "</div>");
$('#adminNotesArea' + e.target.value).html("<div>Note from Admin: " + comment + "</div>");
}
},
error: function (e) {