4,554
edits
No edit summary |
No edit summary |
||
Line 365: | Line 365: | ||
}); | }); | ||
$('# | $('#show-article-wrapper').on('mousedown', '.related-article', function(event) { | ||
openModal(this, event); // | openModal(this, event); // Call openModal when a related-article is clicked | ||
}); | }); | ||