You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
filename : assets/js/app.js line # : 574 tag : todo md5 : f2c037667e4c6f38ac2689d2a7e03ca6
* [todo] - Instead of recreating the list, just append the new list-item.
*/
function duplicateNote(id)
{
notes.push(notes[current]);
noteCache.push(noteCache[current]);
saveNotes();
updateList();
}
/**
* Deletes note, saves, updates list then loads a new note.
* @param {int} id Note ID.
*/
function deleteNote(id)
{
notes.splice(current, 1);
The text was updated successfully, but these errors were encountered:
filename : assets/js/app.js
line # : 574
tag : todo
md5 : f2c037667e4c6f38ac2689d2a7e03ca6
The text was updated successfully, but these errors were encountered: