alex
/
artplast
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
68bce13de4b66029d5af3f22c8e4c3cd30b99fe5
Authored by
Alexey Boroda
2018-08-22 18:42:37 +0300
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
Inline
Side-by-side
frontend/web/js/events.js
Wrap text
Show/Hide comments
View file @
68bce13
...
...
@@ -3,6 +3,7 @@ $(function() {
3
3
4
4
$(document)
5
5
.on('click', '.modal-link', function() {
6
+ console.log('clicked');
6
7
clicked = $(this)
7
8
.data('event');
8
9
});
...
...