mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added post note editing to frontend
This commit is contained in:
@ -40,9 +40,14 @@ App.Presenters.PostContentPresenter = function(
|
||||
function() {});
|
||||
}
|
||||
|
||||
function addNewPostNote() {
|
||||
postNotesPresenter.addNewPostNote();
|
||||
}
|
||||
|
||||
return {
|
||||
init: init,
|
||||
render: render,
|
||||
addNewPostNote: addNewPostNote,
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user