I just have one question/remark about the Kickstart Pro package:
In the package I find:
- kickstart.php
- jquery.min.js
- json2.min.js
- en-GB.kicjstart.ini
I'm missing:
-jquery-ui.min.js
Why I ask?
When I restore a site, I don't want to contact to "ajax.googleapis.com" to get "jquery-ui.min.js".
But the script says:
<?php if (@file_exists('jquery-ui.min.js')): ?> <script type="text/javascript" src="https://www.akeeba.com/jquery-ui.min.js"></script> <?php else: ?> <script type="text/javascript" src="https://www.akeeba.com/ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script> <?php endif; ?>
So if jquery-ui.min.js does not exist it will become loaded from "ajax.googleapis.com" automaticly. Which I don't want!
Generally I think it's a very bad practise to send all your websitevisitors or appusers to cdn's like Google's "ajax.googleapis.com", where they get traced without their consent. Much better is to store on your own server, or in this case just add "jquery-ui.min.js" to the Kickstart package.
So this can be fixed by simply: please add "jquery-ui.min.js" to the package.
Best regards,
Benno Stulemeijer