Author name: Candyce Peacock

August 2020

// find the parent tr element of any td with the word Bugfix in it document.addEventListener(“DOMContentLoaded”, function(){ let tableElement = setUpShowMoreButton(); // create top bar, if there are bug fixes if (tableElement != ”) { let buttonDiv = document.createElement(‘div’); buttonDiv.setAttribute(‘class’, ‘topNewsBar’); buttonDiv.innerHTML = ‘Show More’; tableElement.prepend(buttonDiv); } }); function setUpShowMoreButton() { let hideBugfixFlag = false; […]

August 2020 Read More »

July 2020

// find the parent tr element of any td with the word Bugfix in it document.addEventListener(“DOMContentLoaded”, function(){ let tableElement = setUpShowMoreButton(); // create top bar, if there are bug fixes if (tableElement != ”) { let buttonDiv = document.createElement(‘div’); buttonDiv.setAttribute(‘class’, ‘topNewsBar’); buttonDiv.innerHTML = ‘Show More’; tableElement.prepend(buttonDiv); } }); function setUpShowMoreButton() { let hideBugfixFlag = false;

July 2020 Read More »

June 2020

BACK TO – WHAT’S NEW RELEASE INFORMATION // find the parent tr element of any td with the word Bugfix in it document.addEventListener(“DOMContentLoaded”, function(){ let tableElement = setUpShowMoreButton(); // create top bar, if there are bug fixes if (tableElement != ”) { let buttonDiv = document.createElement(‘div’); buttonDiv.setAttribute(‘class’, ‘topNewsBar’); buttonDiv.innerHTML = ‘Show More’; tableElement.prepend(buttonDiv); } });

June 2020 Read More »

May 2020

BACK TO – WHAT’S NEW-RELEASE INFORMATION // find the parent tr element of any td with the word Bugfix in it document.addEventListener(“DOMContentLoaded”, function(){ let tableElement = setUpShowMoreButton(); // create top bar, if there are bug fixes if (tableElement != ”) { let buttonDiv = document.createElement(‘div’); buttonDiv.setAttribute(‘class’, ‘topNewsBar’); buttonDiv.innerHTML = ‘Show More’; tableElement.prepend(buttonDiv); } }); function

May 2020 Read More »