ctxhou / NCKU-GPA-calculator

NCKU GPA calculator
http://ncku-gpa.ctxhou.com
27 stars 9 forks source link

try to fix loading problem #10

Closed xr2439 closed 7 years ago

xr2439 commented 7 years ago

The web.length in function getSemesterHtml may not always be 718 when ajax doesn't load correctly. It differs from person to person (718, 179, 730, ...), but it seems that web.length is always less than 1000 when this problem occurs. Thus, replacing web.length == 718 with web.length <= 1000 may fix loading problem.

ctxhou commented 7 years ago

Big Thanks!