mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
modal code changes
This commit is contained in:
parent
bbe9dfecd2
commit
c92fbc6b0f
@ -82,7 +82,6 @@ function setPopupMaxHeight() {
|
|||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).modal('show');
|
$(modalPopup).modal('show');
|
||||||
//setPopupMaxHeight();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user