Quote:
Originally Posted by pelican
you need to do the following fix
|
and also edit the digitalpoint_chat template and change the jquery to be https
change
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
to
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>