Modal Changes added

revert-70aa11f8
Imesh Chandrasiri 8 years ago
parent 1ed6213916
commit 4a69e162b3

@ -35,7 +35,6 @@ under the License. --}}
<div class="modal-content clearfix">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
<h3 class="modal-title" id="deleteModalLabel">Scan QR code to start enrollment</h3>
</div>
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">

@ -43,7 +43,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/**

@ -464,7 +464,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/**

@ -277,7 +277,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/**

@ -90,7 +90,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/*

@ -67,7 +67,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/*

@ -54,7 +54,7 @@
function hidePopup() {
$(modalPopupContent).html("");
$(modalPopupContent).removeClass("operation-data");
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
function generateQRCode(qrCodeClass){

@ -59,7 +59,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
$(document).ready(function () {

@ -38,7 +38,7 @@ var apiBasePath = "/api/device-mgt/v1.0";
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/*

@ -171,7 +171,7 @@ function showPopup() {
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopup).hide();
$(modalPopup).modal('hide');
}
/**

Loading…
Cancel
Save