Congratulations to the 2019 Connie Champs Harding Display, and the 2019 official real Champs JDS, :p . Actually, the Chris Unitas run Upper Canada Team! Great Job on your team selection this year Uni, swipe down for pictures!!!! See you in 2020 Fellas!
2019 Connie Champs – Harding Display
2019 Connie Champs! Best of the worst! Well done fellas!
2019 Champs! Upper Canada
Well done Champs! Lead by the one and only Uni!
.site-header { height: auto !important; }
td.error-class {
opacity: 1 !important;
}
document.addEventListener('DOMContentLoaded', function() {
setTimeout(() => {
// Check if any .dataTable elements exist
var dataTables = document.querySelectorAll('.dataTable');
if (dataTables.length === 0) {
// Exit the function if no .dataTable elements are found
return;
}
// Find all the
elements within the .dataTable(s)
var tds = document.querySelectorAll('.dataTable td');
// Iterate through each
element
[...tds].forEach(function(td) {
// Check if the
text content matches "#DIV/0!"
if (td.textContent.trim() === '#DIV/0!') {
// Add a class to the
element
td.classList.add('error-class'); // Replace 'error-class' with the class you want to add
td.textContent = 'N/A';
}
});
},1000);
});