Hi - the js file hosted b MIT is not responding

Failed to load resource: the server responded with a status of 404 (Not Found)
http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true

Any idea who/where to contact?

thanks

CommentFileSizeAuthor
#3 switch-lib-version-2000044-3.patch800 bytesxamanu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

strawberrybrick’s picture

How can I modify the Timeline 6.x-2.1 module to use the following API:

http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js?bundle=true

xamanu’s picture

Please change the url in the file timeline.theme.inc:

From: $timeline_api = 'http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true';
To: $timeline_api = 'http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js?bundle=true';

Works that for you?

Anyway you can still download the library and install it as described in the INSTALL.TXT

xamanu’s picture

Status: Active » Needs review
FileSize
800 bytes

Here is a patch.