mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Emil Stenström <emil@emilstenstrom.se>
5 lines
No EOL
187 B
JavaScript
5 lines
No EOL
187 B
JavaScript
(function(){
|
|
if (document.querySelector(".calendar-component")) {
|
|
document.querySelector(".calendar-component").onclick = function(){ alert("Clicked calendar!"); };
|
|
}
|
|
})() |