js complete to hide error msg on changed user input
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
|
||||
<script src="/static/apps/scripts/dashboard.js"></script>
|
||||
<script>
|
||||
initialize("#id_text", ".invalid-feedback");
|
||||
window.onload = () => {
|
||||
initialize("#id_text");
|
||||
};
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user