mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
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:
parent
b62b7c1305
commit
2e8bb783d9
3 changed files with 17 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue