Skip to content

Commit

Permalink
Annotator editor is now uses a form to enable submit events. Ticket #14
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Feb 26, 2011
1 parent 2f7757e commit bfccfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markup.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3>Header Level 3</h3>
</ul>
</div>
<div class="annotator-outer annotator-editor">
<div class="annotator-widget">
<form class="annotator-widget">
<ul>
<li>
<textarea cols="20" rows="4" placeholder="Comments…"></textarea>
Expand All @@ -109,7 +109,7 @@ <h3>Header Level 3</h3>
<a href="#save" class="annotator-save annotator-focus">Save</a>
</div>
<span class="annotator-resize"></span>
</div>
</form>
<div>
</div>
</div>
Expand Down

0 comments on commit bfccfaa

Please sign in to comment.