From 42ca6f6308a8ef1a9cefae6124417458399afd85 Mon Sep 17 00:00:00 2001 From: James Doyle Date: Fri, 2 Aug 2013 09:51:39 -0400 Subject: [PATCH] remove jquery dependency used getElementsByTagName which has support all the way down to IE 5.5 --- apaxy/theme/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apaxy/theme/footer.html b/apaxy/theme/footer.html index b1c899c..5d0670b 100644 --- a/apaxy/theme/footer.html +++ b/apaxy/theme/footer.html @@ -7,7 +7,7 @@ - \ No newline at end of file +// grab the 2nd child and add the parent class. tr:nth-child(2) +document.getElementsByTagName('tr')[1].className = 'parent'; +