Course links showing codes
-
I have the free LifterLMS and have been working to create my course.
Recently, I was met with this:
What This Course is About
window.getAdSnippetCallback = function () { if ( false === ( window.isWatlV1 ?? false ) ) { // Use Aditude scripts. window.tudeMappings = window.tudeMappings || []; window.tudeMappings.push( { divId: ‘atatags-dynamic-belowpost-69cea47f400ed’, format: ‘belowpost’, } ); } } if ( document.readyState === ‘loading’ ) { document.addEventListener( ‘DOMContentLoaded’, window.getAdSnippetCallback ); } else { window.getAdSnippetCallback(); }This shows up on the home page of my course! What happened? And, more importantly, how do I fix this?
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.