We now run sites on https: but templates still load jquery from http:
In the template index.php its easy enought oadd <script src="
https://code.jquery.com/jquery-1.8.3.js" type="text/javascript"></script>
but for neatness I'd like to do this properly but how do I substitute the http jquery for the https jquery url?