show section on reload
This commit is contained in:
parent
e46a8862ad
commit
f345241ab8
@ -128,7 +128,6 @@
|
|||||||
this.value = event.text.value;
|
this.value = event.text.value;
|
||||||
});
|
});
|
||||||
|
|
||||||
{% if text_input_enabled %}
|
|
||||||
const accountDetailsTextarea = document.getElementById('accountDetails');
|
const accountDetailsTextarea = document.getElementById('accountDetails');
|
||||||
if (accountDetailsTextarea) {
|
if (accountDetailsTextarea) {
|
||||||
accountDetailsTextarea.addEventListener('input', function() {
|
accountDetailsTextarea.addEventListener('input', function() {
|
||||||
@ -156,7 +155,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
{% endif %}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user