JezK
Edit File: footer.php
</div><!-- /#right-panel --> <!-- Right Panel --> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/popper.min.js" type="text/javascript"></script> <script src="js/bootstrap.min.js" type="text/javascript"></script> <script src="js/main.js" type="text/javascript"></script> <script src="js/moment.min.js" type="text/javascript"></script> <script src="js/bootstrap-datetimepicker.min.js" type="text/javascript"></script> <script src="js/jquery.dataTables.min.js"></script> <script src="js/dataTables.buttons.min.js"></script> <script src="js/jszip.min.js"></script> <script src="js/pdfmake.min.js"></script> <script src="js/vfs_fonts.js"></script> <script src="js/buttons.html5.min.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="js/export.js" type="text/javascript"></script> <!-- <script src="https://code.jquery.com/jquery-3.5.1.js" type="text/javascript"></script> --> <script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js" type="text/javascript"></script> <script src="https://cdn.datatables.net/buttons/1.6.5/js/dataTables.buttons.min.js" type="text/javascript"></script> <script src="https://cdn.datatables.net/buttons/1.6.5/js/buttons.flash.min.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js" type="text/javascript"></script> <script src="https://cdn.datatables.net/buttons/1.6.5/js/buttons.html5.min.js" type="text/javascript"></script> <script src="https://cdn.datatables.net/buttons/1.6.5/js/buttons.print.min.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.6.5/css/buttons.dataTables.min.css"> <script> /*jQuery('body').css("overflow-y","hidden"); jQuery(window).load(function() { jQuery('.preloader').fadeOut('slow'); jQuery('body').css("overflow-y","visible"); });*/ jQuery("body").removeClass("loadingCls"); jQuery(window).load(function() { // will first fade out the loading animation jQuery("#preloderstatus").fadeOut(); // will fade out the whole DIV that covers the website. jQuery(".preloader").delay(1000).fadeOut("slow"); }) </script> </body> </html>