Skip to content

Commit

Permalink
tweak to modal text
Browse files Browse the repository at this point in the history
  • Loading branch information
rubbingalcoholic committed Feb 11, 2015
1 parent f50c084 commit ba0c574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _src/js/Modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Modals.prototype.render = function() {
this.DOMNode.innerHTML = Template(this.template, {});

if (location.href.match(/committees=1/))
document.getElementById('call_script').textContent = 'Congress shouldn\'t politicize the issue of Net Neutrality in an attempt to score partisan points on an issue so crucial to the future of the Internet, and our country. Millions of people have called on the FCC to adopt strong rules backed by strong legal authority. Congress should not try to block strong rules by pushing bad legislation or hauling the FCC into hearings to defend the plan those millions of people called for. Thank you.';
document.getElementById('call_script').textContent = 'Congress shouldn\'t politicize the issue of Net Neutrality in an attempt to score partisan points on an issue so crucial to the future of the Internet, and our country. Millions of people have called on the FCC to adopt strong rules backed by strong legal authority. Congress should not try to block strong rules by pushing bad legislation, or hauling the FCC into hearings to defend the plan those millions of people called for. Thank you.';
};

Modals.prototype.display = function(id) {
Expand Down
2 changes: 1 addition & 1 deletion js/battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ Modals.prototype.render = function() {
this.DOMNode.innerHTML = Template(this.template, {});

if (location.href.match(/committees=1/))
document.getElementById('call_script').textContent = 'Congress shouldn\'t politicize the issue of Net Neutrality in an attempt to score partisan points on an issue so crucial to the future of the Internet, and our country. Millions of people have called on the FCC to adopt strong rules backed by strong legal authority. Congress should not try to block strong rules by pushing bad legislation or hauling the FCC into hearings to defend the plan those millions of people called for. Thank you.';
document.getElementById('call_script').textContent = 'Congress shouldn\'t politicize the issue of Net Neutrality in an attempt to score partisan points on an issue so crucial to the future of the Internet, and our country. Millions of people have called on the FCC to adopt strong rules backed by strong legal authority. Congress should not try to block strong rules by pushing bad legislation, or hauling the FCC into hearings to defend the plan those millions of people called for. Thank you.';
};

Modals.prototype.display = function(id) {
Expand Down

0 comments on commit ba0c574

Please sign in to comment.