Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[issue] Please make calls to jquery-migrate.js protocol agnostic
r5076 introduced jquery-migrate called by http:// which breaks Admin on my secured sites
<script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script>
Could you please change it to be protocol agnostic? ie…
<script src="//code.jquery.com/jquery-migrate-1.0.0.js"></script>
This would save me (and anyone else running secure Admin SVN version) a headache or two.
Offline
Re: [issue] Please make calls to jquery-migrate.js protocol agnostic
Offline
Re: [issue] Please make calls to jquery-migrate.js protocol agnostic
thanks… headaches cured! …(actually it would be better if I fixed the functions in my plugins that are deprecated)
Last edited by mrdale (2013-08-24 17:26:52)
Offline