1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

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

This commit is contained in:
Awilum
2020-02-10 15:13:51 +03:00
parent 6287a70cd3
commit b55d998711

View File

@@ -1,5 +1,5 @@
<script type="text/javascript">
<script>
$('.js-save-form-submit').click(function () {
$("#form").submit();
});
</script>
</script>