Skip to content

Commit

Permalink
Remove "Load More" Buttons - codeforamerica#790
Browse files Browse the repository at this point in the history
Fixes issue codeforamerica#790. These buttons weren’t hooked up to any JavaScript and
were causing the page to jump back to the top when clicked.
  • Loading branch information
bowmanmc committed Nov 4, 2015
1 parent 4af2819 commit 13f3cb2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion products/citizen-engagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ <h2 class="h3">Our fellowship, accelerator and incubator apps are the product of
</li>
</ul>

<p class="layout-centered isolate"><a href="#" class="button button-subtle button-crotchet text-whisper">Load More</a></p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion products/free.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ <h2 class="h3">Our fellowship, accelerator and incubator apps are the product of

</ul>

<p class="layout-centered isolate"><a href="#" class="button button-subtle button-crotchet text-whisper">Load More</a></p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion products/local-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ <h2 class="h3">Our fellowship, accelerator and incubator apps are the product of
</li>
</ul>

<p class="layout-centered isolate"><a href="#" class="button button-subtle button-crotchet text-whisper">Load More</a></p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion products/paid.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ <h2 class="h3">Our fellowship, accelerator and incubator apps are the product of
</li>
</ul>

<p class="layout-centered isolate"><a href="#" class="button button-subtle button-crotchet text-whisper">Load More</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 13f3cb2

Please sign in to comment.