mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
fix(web): login captcha
This commit is contained in:
parent
c525b570ad
commit
9ebd1ad7e3
@ -149,6 +149,8 @@ function submitLoginPost() {
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
refreshCaptcha();
|
||||
|
||||
$('#form-login').submit(function(e) {
|
||||
e.preventDefault();
|
||||
submitLoginPost();
|
||||
|
Loading…
Reference in New Issue
Block a user