overflow 에러 수정
This commit is contained in:
@ -331,7 +331,7 @@ function wrestSubmit()
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.oldsubmit && this.oldsubmit() == false)
|
||||
if (this.oldsubmit && this.oldsubmit == false)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user