|
|
@ -73,10 +73,9 @@ function generateQRCode(qrCodeClass) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function toggleEnrollment() {
|
|
|
|
function toggleEnrollment() {
|
|
|
|
console.log("something happenedfd!");
|
|
|
|
|
|
|
|
$(".modal-content").html($("#qr-code-modal").html());
|
|
|
|
$(".modal-content").html($("#qr-code-modal").html());
|
|
|
|
generateQRCode(".modal-content .qr-code");
|
|
|
|
generateQRCode(".modal-content .qr-code");
|
|
|
|
showPopup();
|
|
|
|
modalDialog.show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var updateNotificationCountOnSuccess = function (data, textStatus, jqXHR) {
|
|
|
|
var updateNotificationCountOnSuccess = function (data, textStatus, jqXHR) {
|
|
|
@ -345,10 +344,6 @@ $.fn.collapse_nav_sub = function () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
$(".download-link").click(function(){
|
|
|
|
|
|
|
|
toggleEnrollment();
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
$(document).ready(function () {
|
|
|
|
$.sidebar_toggle();
|
|
|
|
$.sidebar_toggle();
|
|
|
|
if (typeof $.fn.collapse == 'function') {
|
|
|
|
if (typeof $.fn.collapse == 'function') {
|
|
|
|