mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added concurrent editing detection
This commit is contained in:
@ -168,6 +168,7 @@ App.Presenters.PostPresenter = function(
|
||||
function editPost() {
|
||||
var $form = $el.find('form');
|
||||
var formData = {};
|
||||
formData.seenEditTime = post.lastEditTime;
|
||||
|
||||
if (editPrivileges.canChangeContent && postContent) {
|
||||
formData.content = postContent;
|
||||
|
Reference in New Issue
Block a user