* Fix bug#23821.

This commit is contained in:
leiyong
2022-06-16 11:16:17 +00:00
parent bb337fdc9c
commit 80c03beea7
3 changed files with 61 additions and 9 deletions
+5 -1
View File
@@ -285,7 +285,11 @@ $('#planForm').submit(function()
}
});
if(!submitForm) return false;
if(!submitForm)
{
setTimeout(function(){$('#submit').removeAttr('disabled')}, 500);
return false;
}
});
</script>
<?php include '../../common/view/footer.html.php';?>