Open GoogleCodeExporter opened 9 years ago
I had this issue as well when loading the bundle over https.
They need to fix this, and the fix is rather simple...
In the file: timeline-api.js, at line 257 which reads:
"http://api.simile-widgets.org/ajax/2.2.1/simile-ajax-api.js"
should be changed to:
"//api.simile-widgets.org/ajax/2.2.1/simile-ajax-api.js"
(remove the "http:" prefix and let the URL be constructed based on whatever
current protocol is being used to load that page)
Original comment by bor...@gmail.com
on 31 Mar 2014 at 3:53
Original issue reported on code.google.com by
static...@gmail.com
on 13 Feb 2014 at 11:12