mirror of
https://github.com/django-components/django-components.git
synced 2025-07-10 02:35:00 +00:00
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!"); };
|
|
}
|
|
})() |