|
|
@ -47,7 +47,6 @@ function setPopupMaxHeight() {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
function showPopup() {
|
|
|
|
function showPopup() {
|
|
|
|
$(modalPopup).modal('show');
|
|
|
|
$(modalPopup).modal('show');
|
|
|
|
//setPopupMaxHeight();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
@ -74,8 +73,8 @@ function generateQRCode(qrCodeClass) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function toggleEnrollment() {
|
|
|
|
function toggleEnrollment() {
|
|
|
|
$(".modal-body").html($("#qr-code-modal").html());
|
|
|
|
$(".modal-content").html($("#qr-code-modal").html());
|
|
|
|
generateQRCode(".modal-body .qr-code");
|
|
|
|
generateQRCode(".modal-content .qr-code");
|
|
|
|
showPopup();
|
|
|
|
showPopup();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|