Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
commit
3f641b53db
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
function getRegistrationText() {
|
||||
if (isRegistrationExpired()) return 'ดาวน์โหลดใบสมัคร';
|
||||
if (isRegistrationOpen()) return 'ใบสมัคร';
|
||||
return 'สมัครสอบ';
|
||||
if (isRegistrationOpen()) return 'สมัครสอบ';
|
||||
return 'ใบสมัคร';
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue