diff --git a/frontend/web/js/events.js b/frontend/web/js/events.js index 126588a..a076d62 100644 --- a/frontend/web/js/events.js +++ b/frontend/web/js/events.js @@ -3,6 +3,7 @@ $(function() { $(document) .on('click', '.modal-link', function() { + console.log('clicked'); clicked = $(this) .data('event'); }); -- libgit2 0.21.4