Merge branch 'master' into feature/edit-link-headers

This commit is contained in:
Dan Brown
2018-07-14 09:36:14 +01:00
15 changed files with 127 additions and 11 deletions

View File

@ -20,7 +20,7 @@ class PageDisplay {
// Sidebar page nav click event
$('.sidebar-page-nav').on('click', 'a', event => {
goToText(event.target.getAttribute('href').substr(1));
this.goToText(event.target.getAttribute('href').substr(1));
});
}