link module

This commit is contained in:
azivner
2017-11-04 17:07:03 -04:00
parent 819ae7c4c0
commit adc7d15819
7 changed files with 75 additions and 68 deletions

View File

@@ -37,7 +37,7 @@ const recentChanges = (function() {
changesListEl.append($('<li>')
.append(formattedTime + ' - ')
.append(createNoteLink(change.note_id))
.append(link.createNoteLink(change.note_id))
.append(' (').append(revLink).append(')'));
}