Author name: Aaron Crees

February 2023

// 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; […]

February 2023 Read More »

February 2020

Hide Panel Menu Edit Text Editor Widgets Panel Content Style Advanced Text Editor Add Media Add FormVisualText Feb 3 Performance improvements for showing jobs in the job report Usability Feb 3 Making target calendar printout show segments. This makes it easier to see how many people you have scheduled to work on an operation of

February 2020 Read More »

January 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;

January 2020 Read More »