If you have youre panel on a subdomain with SSL you will notice that when starting a backup with the module backupmgr the preloader already loops before you hit the button "Backuo Now"
You can solve this with using jquery SSL url instead of the non SSL currently in launchbackup.php:
You can solve this with using jquery SSL url instead of the non SSL currently in launchbackup.php:
Code:
<script src="https://code.jquery.com/jquery-latest.js"></script>