|
|
|
|
@ -124,7 +124,14 @@ function addQRModalHandlers() {
|
|
|
|
|
'click',
|
|
|
|
|
() => displayQRModal(communityID)
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
row.querySelector('.td_name a').addEventListener(
|
|
|
|
|
'click',
|
|
|
|
|
(e) => {
|
|
|
|
|
e.preventDefault();
|
|
|
|
|
displayQRModal(communityID);
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
const closeButton =
|
|
|
|
|
dom.details_modal().querySelector('#details-modal-close');
|
|
|
|
|
@ -137,14 +144,14 @@ function addQRModalHandlers() {
|
|
|
|
|
this.close();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
document.querySelector('#details-modal-copy-button').addEventListener(
|
|
|
|
|
'click',
|
|
|
|
|
function () {
|
|
|
|
|
copyToClipboard(this.getAttribute('data-href'));
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document.querySelector('#details-modal-copy-staff-id')?.addEventListener(
|
|
|
|
|
'click',
|
|
|
|
|
|