remove load action calls inside the editor

This commit is contained in:
ammarahm-ed
2021-01-08 12:24:50 +05:00
parent 0a5b1303d5
commit 8b406abba2
4 changed files with 0 additions and 7 deletions

View File

@@ -69,9 +69,6 @@
setTheme();
attachEditorListeners();
}
loadAction();
</script>

View File

@@ -534,7 +534,6 @@
}
}
loadAction(true)
</script>

View File

@@ -565,8 +565,6 @@
}, 500)
}
}
loadAction(true)
</script>
</html>

View File

@@ -70,7 +70,6 @@
setTheme();
attachEditorListeners();
}
loadAction();
</script>