314parley / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

SSL environment #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Active ssl 
2. KFMseems does'nt load image
3.

What is the expected output? What do you see instead?
load image

What version of the product are you using? On what operating system?
lastest 

Original issue reported on code.google.com by loic.ric...@gmail.com on 29 May 2014 at 3:01

GoogleCodeExporter commented 8 years ago
in index.php
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>

by
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>

change http by https, that's all.

Original comment by loic.ric...@gmail.com on 31 May 2014 at 2:42