mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Dirty fix the bolding of events in your country
This commit is contained in:
@@ -32,7 +32,7 @@ function boldEvents()
|
||||
|
||||
// Style every span bold which is for this country
|
||||
for (var i = 0; i < spans.length; i++) {
|
||||
if (spans[i].className == "event_" + country) {
|
||||
if (spans[i].className == "event_" + country + " vevent") {
|
||||
spans[i].style.fontWeight = "bold";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user