Skip to content

Commit

Permalink
Moved left_append_ticket_number() to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Oct 24, 2024
1 parent 5d6ff22 commit e1ee2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@

function applyStudentFormatting() {
highlightReportHeadings();
left_append_ticket_number();
}

let colorScheme
Expand Down Expand Up @@ -227,6 +226,7 @@
if (header) {
let ticketTitle = header.childNodes[0].textContent
document.title = ticketTitle
left_append_ticket_number()
} else {
return
}
Expand Down

0 comments on commit e1ee2e9

Please sign in to comment.