Skip to content

Commit

Permalink
* hide #sound
Browse files Browse the repository at this point in the history
  • Loading branch information
apg committed Jul 28, 2010
1 parent 64f57dd commit 5e37a4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Andrew Gwozdziewycz originally made this for [http://hackandtell.org](Hack and T
Usage
-----

Just dump all the files in a directory and load up `index.html` in your browser. If you append `#10` to the url, you'll get a 10 minute timer. It defaults to 5
Just dump all the files in a directory and load up `index.html` in your browser. If you append `#10` to the url, you'll get a 10 minute timer. It defaults to 5.

Double click on the time resets it. Single click pauses/unpauses.

4 changes: 4 additions & 0 deletions timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ body {
#wrapper.ok #timer.stopped {
color: #ff0000;
}

#sound {
display: none;
}

0 comments on commit 5e37a4c

Please sign in to comment.