mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Implement backend code to update shares with others
This commit is contained in:
@@ -206,7 +206,8 @@ View.prototype = {
|
||||
attachts: this._editableAttachts(),
|
||||
color: this._editableColor(),
|
||||
pinned: this._editablePinned(),
|
||||
tags: this._editableTags()
|
||||
tags: this._editableTags(),
|
||||
shares: this._editableShares()
|
||||
};
|
||||
var self = this;
|
||||
this._notes.update(fakeNote).done(function (note) {
|
||||
|
||||
Reference in New Issue
Block a user