We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1fd4 commit 2927c67Copy full SHA for 2927c67
js/adapt-homeButton.js
@@ -14,6 +14,7 @@ class HomeButton extends Backbone.Controller {
14
const config = Adapt.config.get('_homeButton');
15
if (config?._isEnabled === false) return;
16
this.$html = $('html');
17
+ this.stopListening();
18
this.listenTo(Adapt, {
19
remove: this.disable,
20
'router:menu router:page': this.onRouterEvent,
0 commit comments