Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Add select all (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-r committed May 5, 2013
1 parent 1ffbe60 commit 69880e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ <h1>Edit docs</h1>
</header>
</section>
<menu>
<button>Select all</button>
<button class="danger" data-click="delete">Delete selected</button>
<button data-click="selectAll">Select all</button>
<button data-click="delete" class="danger">Delete selected</button>
</menu>
</form>
<div role="main" class="header-only">
Expand Down

0 comments on commit 69880e1

Please sign in to comment.