mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-22 18:43:00 +02:00
valid HTML 4
`<script type="text/javascript">`
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="footer">
|
||||
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
|
||||
</div><!--/.footer-->
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
// grab the 2nd child and add the parent class. tr:nth-child(2)
|
||||
document.getElementsByTagName('tr')[1].className = 'parent';
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user