Also if I change the lines in timeline-api from:
var url = useLocalResources ?
"http://127.0.0.1:9999/ajax/api/simile-ajax-api.js?
bundle=false" :
"http://static.simile.mit.edu/ajax/api-2.2.0/simile-ajax-
api.js";
to
var url = (document.location.toString().indexOf('https://') != -1 ?
"https" : "http") + "://" + window.location.href.split("/")[2] + "/
javascripts/timeline_js/timeline-api.js?bundle=true";
then I get an infinate loop where the timeline-api is downloaded over
and over again.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---