1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(admin-plugin): code cleanup for codemirror module #211

This commit is contained in:
Awilum
2020-02-10 15:10:04 +03:00
parent f2237bbbb9
commit 85623f6b83

View File

@@ -1,4 +1,4 @@
<script type="text/javascript">
<script>
function qsa(sel) {
return Array.apply(null, document.querySelectorAll(sel));
}