[sword-svn] r213 - trunk

scribe at crosswire.org scribe at crosswire.org
Sat Jul 16 10:26:42 MST 2005


Author: scribe
Date: 2005-07-16 10:26:42 -0700 (Sat, 16 Jul 2005)
New Revision: 213

Modified:
   trunk/swordweb.js
Log:


Modified: trunk/swordweb.js
===================================================================
--- trunk/swordweb.js	2005-07-16 14:53:51 UTC (rev 212)
+++ trunk/swordweb.js	2005-07-16 17:26:42 UTC (rev 213)
@@ -154,7 +154,7 @@
 		xmlhttp.open("GET", "fetchdata.jsp?mod="+mod+"&key="+key,true);
 		xmlhttp.onreadystatechange=function() {
 			if (xmlhttp.readyState==4) {
-				b.innerHTML=xmlhttp.responseText + "<br/>"+"<div id=\"dm\"><a href=\"#\" onclick=\"pd('"+extratext+"')\">"+extratext+"</a></div>";
+				b.innerHTML=xmlhttp.responseText + "<br/>"+"<div id=\"dm\"><a href=\"#\" onclick=\"pd('"+extratext+"');return false;\">"+extratext+"</a></div>";
 				showhide("onlywlayer", "visible");
 				lastword = wordnum;
 			}



More information about the sword-cvs mailing list