@@ -160,6 +160,14 @@ To run the script every 5 minutes with `sudo` privileges, configure the root cro
```
+## Deployment
+
+To deploy the statstracking script, run the following command:
+```bash
+./deploy-statstracking.sh
+```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
@@ -786,8 +786,8 @@ EOF
document.getElementById(period + '-content').classList.add('active');
const evt = event || window.event; // works with inline onclick
if (evt && evt.target) {
- evt.target.classList.add('active');
}
+ evt.target.classList.add('active');
(function enableImageLightbox() {