mirror of
https://github.com/fspc/water-the-theme.git
synced 2026-09-15 08:01:37 -04:00
Also, removes Lake Temperature, including all n/a, then sorts by date. Row colors have been removed since n/a can't be predicted.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
$( window ).load(function() {
|
||||
|
||||
// #BED8D3' '#D8E4E6'
|
||||
$('#Statistics tr:nth-child(6n), #Statistics tr:nth-child(6n-1), #Statistics tr:nth-child(6n-2)').css({backgroundColor:'#D8E4E6'});
|
||||
$('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#BED8D3'});
|
||||
// $('#Statistics tr:nth-child(6n), #Statistics tr:nth-child(6n-1), #Statistics tr:nth-child(6n-2)').css({backgroundColor:'#D8E4E6'});
|
||||
// $('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#BED8D3'});
|
||||
|
||||
$("td[datetime]").each(function(key,value){
|
||||
var dt = $(value).attr('datetime');
|
||||
|
||||
Reference in New Issue
Block a user