[sword-svn] r391 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Sat Oct 1 11:20:55 MST 2011
Author: scribe
Date: 2011-10-01 11:20:55 -0700 (Sat, 01 Oct 2011)
New Revision: 391
Modified:
trunk/webapp/swordweb.js
Log:
Fixed extra ugly hack for WHM
Modified: trunk/webapp/swordweb.js
===================================================================
--- trunk/webapp/swordweb.js 2011-10-01 18:10:21 UTC (rev 390)
+++ trunk/webapp/swordweb.js 2011-10-01 18:20:55 UTC (rev 391)
@@ -196,7 +196,7 @@
function p(mod, key, wordnum, extratext, fnnum, srcMod) {
- if (key.substring(0,1) == '@') mod = 'stronghebkey';
+ if (key.substring(0,1) == '@') mod = 'strongshebkey';
windowBar=
'<div align="right">'+
'<a href="#" onclick="p(\''+mod+'\', \''+key+'\', \''+wordnum+'\', \''+extratext+'\', \''+fnnum+'\', \''+srcMod+'\');return false;">'+
More information about the sword-cvs
mailing list