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

Commit

Permalink
Solved erratum reported by a reader of the book (the error was shown …
Browse files Browse the repository at this point in the history
…in page 48 of the book)
  • Loading branch information
Adrian Kosmaczewski committed Jul 5, 2012
1 parent 6fc1764 commit 4f818f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jQuery Mobile/todoapp/form.html
Expand Up @@ -23,7 +23,7 @@
<a data-icon="back" data-rel="back"
data-direction="reverse">Cancel</a>
<h1>Update Task</h1>
<a id="saveButton" data-icon="check" data-rel="back"
<a id="saveButton" data-icon="check"
data-direction="reverse">Save</a>
</div>

Expand Down

0 comments on commit 4f818f1

Please sign in to comment.