adjusted save note argument signature
This commit is contained in:
@ -29,7 +29,7 @@ function saveContent($textarea) {
|
||||
|
||||
var content = $textarea.val();
|
||||
|
||||
connection.invoke('SaveNote', content, noteName).then(function () {
|
||||
connection.invoke('SaveNote', noteName, content).then(function () {
|
||||
showToast('#saved-indicator');
|
||||
}).catch(function (err) {
|
||||
console.error(err.toString());
|
||||
|
Reference in New Issue
Block a user