[sword-svn] r445 - trunk/webapp/rb

scribe at crosswire.org scribe at crosswire.org
Mon Jan 15 11:57:10 MST 2018


Author: scribe
Date: 2018-01-15 11:57:10 -0700 (Mon, 15 Jan 2018)
New Revision: 445

Modified:
   trunk/webapp/rb/body.html
Log:
Updated wording to explicitely state that data reflects only manuscripts which have been indexed


Modified: trunk/webapp/rb/body.html
===================================================================
--- trunk/webapp/rb/body.html	2018-01-15 18:54:31 UTC (rev 444)
+++ trunk/webapp/rb/body.html	2018-01-15 18:57:10 UTC (rev 445)
@@ -239,7 +239,7 @@
 
 
 function buildTable() {
-	var t = '<tr><th class="title" colspan="'+(chapMax+1)+'">Surviving Manuscripts <span id="dateLabel">&nbsp;</span></th></tr>';
+	var t = '<tr><th class="title" colspan="'+(chapMax+1)+'">Surviving Manuscripts <span id="dateLabel">&nbsp;</span> with verse index data in the NTVMR</th></tr>';
 	$('#bibleTableHeader').html(t);
 	t = '<tr><th class="corner">Book / Chapter</th>';
 	for (var i = 1; i <= chapMax; ++i) { t+= '<th class="chapNumber">' + i + '</th>'; }




More information about the sword-cvs mailing list