Update ena-planner.js
This commit is contained in:
@@ -1873,7 +1873,7 @@ function injectUI() {
|
|||||||
|
|
||||||
const wrap = document.createElement('div');
|
const wrap = document.createElement('div');
|
||||||
wrap.innerHTML = createSettingsHTML();
|
wrap.innerHTML = createSettingsHTML();
|
||||||
container.appendChild(wrap.firstElementChild);
|
while (wrap.firstChild) container.appendChild(wrap.firstChild);
|
||||||
|
|
||||||
// Log modal
|
// Log modal
|
||||||
if (!document.getElementById('ep_log_modal')) {
|
if (!document.getElementById('ep_log_modal')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user