mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed editing new post notes duplicating them
This commit is contained in:
@ -125,7 +125,7 @@ App.Presenters.PostNotesPresenter = function(
|
||||
promise.wait(p)
|
||||
.then(function(response) {
|
||||
hideForm();
|
||||
postNote.id = response.json.id;
|
||||
postNote.id = response.json.note.id;
|
||||
postNote.$element.data('postNote', postNote);
|
||||
render();
|
||||
}).fail(function(response) {
|
||||
|
Reference in New Issue
Block a user