Skip to content

Commit ef8d667

Browse files
author
Matthew Doyle
committed
update index so we can adjust test locally
1 parent 7c9aa9e commit ef8d667

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ <h2>Accordion Group <br><small>(single open)</small></h2>
2626
<section data-accordion>
2727
<button data-control>Accordion 1</button>
2828
<div data-content>
29-
<article>Item</article>
29+
<article>
30+
<textarea></textarea>
31+
</article>
3032
<article data-accordion>
3133
<button data-control>2nd Level</button>
3234
<div data-content>
@@ -227,7 +229,7 @@ <h2>Defaults</h2>
227229
&copy; 2014 Victor Fernández / <a href="http://vctrfrnndz.com/">@vctrfrnndz</a> / <a href="mailto:[email protected]">email</a> / <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=victor%2emin%2ejs%40gmail%2ecom&lc=US&item_name=jQuery%20Accordion%20Plugin&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest" >donate</a>
228230
</section>
229231

230-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
232+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
231233
<script type="text/javascript" src="js/jquery.accordion.js"></script>
232234
<script type="text/javascript">
233235
$(document).ready(function() {

0 commit comments

Comments
 (0)