1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-22 23:15:07 +02:00

valid HTML 4

`<script type="text/javascript">`
This commit is contained in:
Viktor Szépe
2014-12-01 11:41:40 +01:00
parent 201c603f02
commit c85a55b4fe

View File

@@ -7,7 +7,7 @@
<div class="footer"> <div class="footer">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a> Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer--> </div><!--/.footer-->
<script> <script type="text/javascript">
// grab the 2nd child and add the parent class. tr:nth-child(2) // grab the 2nd child and add the parent class. tr:nth-child(2)
document.getElementsByTagName('tr')[1].className = 'parent'; document.getElementsByTagName('tr')[1].className = 'parent';
</script> </script>