1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +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>