1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 07:00:26 +01:00
This commit is contained in:
2017-12-13 11:37:26 +01:00
parent ded047d749
commit 9578ee624b

View File

@@ -167,7 +167,6 @@
<script>
$(function() {
console.log('woei');
$('form.digimark').on('submit',function(){$("#submit").prop("disabled", true); return true;})
});
</script>