[npr-simile-timeline commit] r76 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 23, 2008, 4:13:56 PM10/23/08
to opensourceb...@googlegroups.com
Author: jgtynan
Date: Thu Oct 23 13:06:32 2008
New Revision: 76

Modified:
trunk/timeline_new.html

Log:
removed the string "id="

Modified: trunk/timeline_new.html
==============================================================================
--- trunk/timeline_new.html (original)
+++ trunk/timeline_new.html Thu Oct 23 13:06:32 2008
@@ -36,7 +36,7 @@

// bodyLine1 = "\<body onresize=\"onResize\(\)\;\" \>";
bodyLine2 = "\<div id=\"my-timeline\" class=\"timeline-default\" style=\""
+ heightString + widthString + "\>"
-bodyLine3 = "\<script src=\""+ 'http://api.npr.org/query?id=' +
parent.parent.qgliteFrame.document.selectionForm.queryBox.value
+ "\&apiKey\=MDAxNzgwMDQ5MDEyMTQ4NzYyMjU4YmY1Yw004\&output\=JSON\&callback\=parseJSON\"
type=\"text\/javascript\"\>\<\/script\>";
+bodyLine3 = "\<script src=\""+ 'http://api.npr.org/query?' +
parent.parent.qgliteFrame.document.selectionForm.queryBox.value
+ "\&apiKey\=MDAxNzgwMDQ5MDEyMTQ4NzYyMjU4YmY1Yw004\&output\=JSON\&callback\=parseJSON\"
type=\"text\/javascript\"\>\<\/script\>";
// bodyCode = bodyLine1 + "\r" + bodyLine2 + "\r" + bodyLine3;
bodyCode = bodyLine2 + "\r" + bodyLine3;
document.write(bodyCode);

Reply all
Reply to author
Forward
0 new messages