Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyporkchops committed Jul 22, 2019
1 parent 6feaa73 commit 5adcb11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fec/fec/static/js/widgets/aggregate-totals-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,6 @@ function buildElement(callingInstance, scriptElement) {
// </footer>
// `;
toReturn.innerHTML = theInnerHTML;
//let disclaimer = "<span class='t-note' style='color:#fff'>Newly filed summary data may not appear for up to 48 hours.</span>";
//toReturn.append(disclaimer)

let disclaimer = document.createElement('span');
disclaimer.setAttribute('class', 't-note');
Expand Down

0 comments on commit 5adcb11

Please sign in to comment.