removed all onclick handlers from index template

This commit is contained in:
azivner
2018-03-24 00:54:50 -04:00
parent f8649feea4
commit 1612e9093d
14 changed files with 61 additions and 20 deletions

View File

@@ -15,6 +15,8 @@ async function syncNow() {
}
}
$("#sync-now-button").click(syncNow);
async function forceNoteSync(noteId) {
const result = await server.post('sync/force-note-sync/' + noteId);