Skip to content

Commit

Permalink
Correct name for highlightSupportPolicyTable
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 10, 2023
1 parent d46b4b8 commit 93cdc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ document.addEventListener('turbo:load', () => {



window.testLolo = function highlightSupportPolicyTable() {
window.highlightSupportPolicyTable = () => {

function highlightCells(table) {
const currentDate = new Date().valueOf();
Expand Down Expand Up @@ -98,5 +98,5 @@ function getCellDate(cell) {
}

document.addEventListener('turbo:load', () => {
window.testLolo();
window.highlightSupportPolicyTable();
})

0 comments on commit 93cdc7e

Please sign in to comment.