diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 750a692..f641119 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ * A sentence describing each fix ### Update -* A sentence describing each udpate +* A sentence describing each update ### New * A sentence describing each new feature diff --git a/js/tocNavigationView.js b/js/tocNavigationView.js index 9fafc9d..84505ec 100644 --- a/js/tocNavigationView.js +++ b/js/tocNavigationView.js @@ -51,7 +51,7 @@ define([ var cfg = Adapt.course.get('_toc') || {} var position = cfg._drawerPosition || 'auto' // here is where you might customise what toc renders if so desired - Adapt.drawer.triggerCustomView(new TocView({cfg}).$el, false, position); + Adapt.drawer.openCustomView(new TocView({cfg}).$el, false, position); } });