4,554
edits
No edit summary |
No edit summary |
||
Line 250: | Line 250: | ||
} | } | ||
// Delegate the mousedown event for | // Delegate the mousedown event for both block view and list view pages | ||
$('#list, #list-list').on('mousedown', '.card, .list-card', function (event) { | |||
if ($(event.target).closest('.people a, .type a').length) { | |||
return; // Clicked on a link inside '.people' or '.type', do nothing | |||
} | |||
openModal(this); | |||
}); | |||
function setupImageToggle(images) { | function setupImageToggle(images) { | ||
var currentIndex = 0; | var currentIndex = 0; |