Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erreur lors d'une redirection http vers https #27

Closed
Philippe-M opened this issue Feb 2, 2017 · 0 comments
Closed

Erreur lors d'une redirection http vers https #27

Philippe-M opened this issue Feb 2, 2017 · 0 comments
Assignees
Labels

Comments

@Philippe-M
Copy link
Owner

Philippe-M commented Feb 2, 2017

Dans header.php, remplacer

	<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
	<script type="text/javascript" src="http://code.jquery.com/ui/1.7.0/jquery-ui.min.js"></script> 

par

	<script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.min.js"></script>
	<script type="text/javascript" src="//code.jquery.com/ui/1.7.0/jquery-ui.min.js"></script> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant