Remove debug statements.
This commit is contained in:
@@ -12,7 +12,6 @@ window.addEventListener('load', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function showToggleButton() {
|
function showToggleButton() {
|
||||||
console.log('Should show toggle button.');
|
|
||||||
const template = `
|
const template = `
|
||||||
<div id="toggle-button">
|
<div id="toggle-button">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
@@ -25,7 +24,6 @@ function showToggleButton() {
|
|||||||
const content = div.firstChild;
|
const content = div.firstChild;
|
||||||
div.removeChild(content);
|
div.removeChild(content);
|
||||||
document.body.appendChild(content);
|
document.body.appendChild(content);
|
||||||
console.log(content);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user