We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c3236 commit 4525a26Copy full SHA for 4525a26
1 file changed
js/adapt-pageIncompletePrompt.js
@@ -75,6 +75,10 @@ class PageIncompletePrompt extends Backbone.Controller {
75
onRouterNavigate(routeArguments) {
76
if (!this.isEnabled() || this.pageModel.get('_isComplete')) return;
77
78
+ // Allow nav to assisted learning revision page
79
+ const routePath = routeArguments[0] || '';
80
+ if (routePath === 'assistedlearning') return;
81
+
82
this.href = /#/.test(window.location.href) ?
83
window.location.href :
84
window.location.href + '#';
0 commit comments