Modified:
trunk/code_new.html
Log:
Found an error where a string was duplicated. This is fixed.
Modified: trunk/code_new.html
==============================================================================
--- trunk/code_new.html (original)
+++ trunk/code_new.html Mon Sep 22 22:03:18 2008
@@ -22,7 +22,7 @@
widthString=" width=\"" +
parent.parent.generatorFrame.document.generatorForm.timelineWidth.value
+ "px\"";
}
-link
= "http:\/\/npr-simile-timeline.googlecode.com\/svn\/trunk\/widget.html"
+ "http:\/\/npr-simile-timeline.googlecode.com\/svn\/trunk\/widget.html?"
+ "http:\/\/api.npr.org\/query\?" +
parent.parent.qgliteFrame.document.selectionForm.queryBox.value
+ "\&apiKey\=MDAxNzgwMDQ5MDEyMTQ4NzYyMjU4YmY1Yw004\&output\=JSON\&callback\=parseJSON";
+link
= "http:\/\/npr-simile-timeline.googlecode.com\/svn\/trunk\/widget.html?"
+ "http:\/\/api.npr.org\/query\?" +
parent.parent.qgliteFrame.document.selectionForm.queryBox.value
+ "\&apiKey\=MDAxNzgwMDQ5MDEyMTQ4NzYyMjU4YmY1Yw004\&output\=JSON\&callback\=parseJSON";
iframe = "\<iframe src =\"" + link + "\"" + heightString + "
width=\"100\%\" scrolling=\"No\" frameborder=\"0\"\>\<\/iframe\>";