This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/widgets/alerts/alerts.julius
2019-02-16 12:24:01 +01:00

5 lines
174 B
Plaintext

document.addEventListener('DOMContentLoaded', function() {
var alertsElement = document.querySelector('#' + 'alerts-1');
window.utils.setup('alerts', alertsElement);
});