mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 09:14:30 +00:00
Fix a bug in the mobile view where the second line doesn't get painted green for SSE new spots. Closes #87
This commit is contained in:
@@ -353,7 +353,7 @@ function createNewTableRowsForSpot(s, highlightNew) {
|
||||
$tr2.addClass("table-faded");
|
||||
}
|
||||
if (highlightNew) {
|
||||
$tr.addClass("new");
|
||||
$tr2.addClass("new");
|
||||
}
|
||||
|
||||
$td2 = $("<td colspan='100'>");
|
||||
|
||||
Reference in New Issue
Block a user