typo
This commit is contained in:
@ -139,7 +139,7 @@ function updateThemeContainer(containerClass) {
|
|||||||
function removeSelf() {
|
function removeSelf() {
|
||||||
const script = document.currentScript;
|
const script = document.currentScript;
|
||||||
if (script) script.parentNode.removeChild(script);
|
if (script) script.parentNode.removeChild(script);
|
||||||
console.log('External script removed:', script.src);
|
console.log('External script removed:', script);
|
||||||
}
|
}
|
||||||
|
|
||||||
// initialize theme
|
// initialize theme
|
||||||
|
Reference in New Issue
Block a user