1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +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> <script>
$(function() { $(function() {
console.log('woei');
$('form.digimark').on('submit',function(){$("#submit").prop("disabled", true); return true;}) $('form.digimark').on('submit',function(){$("#submit").prop("disabled", true); return true;})
}); });
</script> </script>