[sword-svn] r423 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Mon May 18 07:43:59 MST 2015


Author: scribe
Date: 2015-05-18 07:43:59 -0700 (Mon, 18 May 2015)
New Revision: 423

Modified:
   trunk/webapp/simplegadget.jsp
Log:
Support new general key indexContent


Modified: trunk/webapp/simplegadget.jsp
===================================================================
--- trunk/webapp/simplegadget.jsp	2015-05-18 14:42:50 UTC (rev 422)
+++ trunk/webapp/simplegadget.jsp	2015-05-18 14:43:59 UTC (rev 423)
@@ -261,6 +261,7 @@
 	}
 	var key = getURLParams()['key'];
 	if (!key) key = getURLParams()['biblicalContent'];
+	if (!key) key = getURLParams()['indexContent'];
 	if (!key) key = getURLParams()['verse'];
 	if (key != null) {
 		lookup(key);




More information about the sword-cvs mailing list