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 abd838e commit b1bac8bCopy full SHA for b1bac8b
javascripts/discourse/components/one-trust-pref-button.gjs
@@ -8,6 +8,7 @@ export default class OneTrustPrefButton extends Component {
8
if (window.OneTrust) {
9
window.OneTrust.ToggleInfoDisplay();
10
} else {
11
+ // eslint-disable-next-line no-console
12
console.warn("OneTrust is not defined");
13
}
14
0 commit comments