|
@@ -786,8 +786,8 @@ EOF
|
|
|
document.getElementById(period + '-content').classList.add('active');
|
|
document.getElementById(period + '-content').classList.add('active');
|
|
|
const evt = event || window.event; // works with inline onclick
|
|
const evt = event || window.event; // works with inline onclick
|
|
|
if (evt && evt.target) {
|
|
if (evt && evt.target) {
|
|
|
- evt.target.classList.add('active');
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ evt.target.classList.add('active');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
(function enableImageLightbox() {
|
|
(function enableImageLightbox() {
|