Hello i am getting an error that says Mixed Content: The page at 'https://www.rovespier.com/login.php' was loaded over HTTPS, but requested an insecure script 'http://malsup.github.io/jquery.form.js'. This request has been blocked; the content must be served over HTTPS.
but the malsup.github.io/jquery.form.js
file that i am calling i call it with https like this<script src="https://malsup.github.com/jquery.form.js"></script>
why i am getting an error?