Skip to content

Commit

Permalink
Update SEQTA.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-cyber authored Oct 24, 2024
1 parent c032a2a commit 361931e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SEQTA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ export async function loadHomePage() {

const labelArray = response.payload.filter((item: any) => item.name === 'notices.filters').map((item: any) => item.value)
function onInputChange(e: any) {
const xhr2 = new XMLHttpRequest()
xhr2.open('POST', `${location.origin}/seqta/student/load/notices?`, true);
xhr2.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
xhr2.send(JSON.stringify({ date: e.target.value }));
Expand Down

0 comments on commit 361931e

Please sign in to comment.