summaryrefslogtreecommitdiffstats
path: root/dynsections.js
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@users.noreply.github.com>2022-12-06 05:18:47 +0000
committerjoeycastillo <joeycastillo@users.noreply.github.com>2022-12-06 05:18:47 +0000
commit72f7b52cb0086c4c927818c86986ab35bae36452 (patch)
treed94483bd7e67045f1847dd6b1ef91ea48ff245cf /dynsections.js
parent974976a560a7f4ee973f7282d96db4539d35aff8 (diff)
downloadSensor-Watch-72f7b52cb0086c4c927818c86986ab35bae36452.tar.gz
Sensor-Watch-72f7b52cb0086c4c927818c86986ab35bae36452.tar.bz2
Sensor-Watch-72f7b52cb0086c4c927818c86986ab35bae36452.zip
deploy: 80ce98bc650b949af4257b555dd50bad3f108826
Diffstat (limited to 'dynsections.js')
-rw-r--r--dynsections.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynsections.js b/dynsections.js
index 3174bd7b..f579fbf3 100644
--- a/dynsections.js
+++ b/dynsections.js
@@ -47,6 +47,8 @@ function updateStripes()
{
$('table.directory tr').
removeClass('even').filter(':visible:even').addClass('even');
+ $('table.directory tr').
+ removeClass('odd').filter(':visible:odd').addClass('odd');
}
function toggleLevel(level)