Modified:
trunk/qglite.js
Log:
Left off a semi-colon here:
idString ="";
Modified: trunk/qglite.js
==============================================================================
--- trunk/qglite.js (original)
+++ trunk/qglite.js Thu Oct 23 14:29:10 2008
@@ -325,7 +325,7 @@
pEDateString = '&endDate=' + document.selectionForm.pEDate.value;
}
-idString =""
+idString ="";
if ((selectedTopicsString.length + selectedProgramsString.length +
selectedSeriesString.length + selectedColumnsString.length) >= 1) {
idString ="id=";
}