|
|
@ -43,7 +43,16 @@ var modalPopup = ".modal";
|
|
|
|
var modalPopupContainer = modalPopup + " .modal-content";
|
|
|
|
var modalPopupContainer = modalPopup + " .modal-content";
|
|
|
|
var modalPopupContent = modalPopup + " .modal-content";
|
|
|
|
var modalPopupContent = modalPopup + " .modal-content";
|
|
|
|
var body = "body";
|
|
|
|
var body = "body";
|
|
|
|
$(".icon .text").res_text(0.2);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* Fires the res_text when ever a data table redraw occurs making
|
|
|
|
|
|
|
|
* the font icons change the size to respective screen resolution.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
$(document).on( 'draw.dt', function () {
|
|
|
|
|
|
|
|
$(".icon .text").res_text(0.2);
|
|
|
|
|
|
|
|
} );
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* set popup maximum height function.
|
|
|
|
* set popup maximum height function.
|
|
|
|