June 12, 2019 – Sponsor Night The Active Health – Dr. Mike Poschar “Beef and Beans Night”
Win your game Wednesday Night and enjoy charbroiled burgers with all the sides, dessert and your team’s first round of drinks in the club is on the Doc.
Losers-don’t worry, you’ll eat too! Wieners, beans, Wonder bread.
Hit the gym and get ready to win out their fellas!
(Disclaimer: many of you should definitely consult a health care professional before you actually go to a gym)RD
.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);
});
|