Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Convert close buttons in example modal in docs to anchor tags, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Dec 4, 2014
1 parent cbc74d9 commit 290b384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ <h4>Stay Updated</h4>
<p>
<img src="http://fc07.deviantart.net/fs70/i/2012/014/b/e/snowy_peak_by_cassiopeiaart-d4mb6aq.jpg">
</p>
<span class="button" zf-close>Ok</span>
<span class="button" zf-close>Cancel</span>
<a class="button" zf-close>OK</a>
<a class="button" zf-close>Cancel</a>
</div>
</div>
</div>
Expand All @@ -301,7 +301,7 @@ <h4>Stay Updated</h4>
<img src="http://fc07.deviantart.net/fs70/i/2012/014/b/e/snowy_peak_by_cassiopeiaart-d4mb6aq.jpg">
</div>
<div class="grid-content button-group">
<a class="button" zf-close>Ok</a>
<a class="button" zf-close>OK</a>
<a class="button" zf-close>Cancel</a>
</div>
</div>
Expand Down

0 comments on commit 290b384

Please sign in to comment.