Commit 68bce13de4b66029d5af3f22c8e4c3cd30b99fe5

Authored by Alexey Boroda
1 parent bc2c1a08

-Added some data attributes

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/web/js/events.js
@@ -3,6 +3,7 @@ $(function() { @@ -3,6 +3,7 @@ $(function() {
3 3
4 $(document) 4 $(document)
5 .on('click', '.modal-link', function() { 5 .on('click', '.modal-link', function() {
  6 + console.log('clicked');
6 clicked = $(this) 7 clicked = $(this)
7 .data('event'); 8 .data('event');
8 }); 9 });