[Ils-source] r1597 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Fri Jul 27 12:04:23 MST 2018
Author: scribe
Date: 2018-07-27 12:04:23 -0700 (Fri, 27 Jul 2018)
New Revision: 1597
Modified:
trunk/webapp/crosswire.js
Log:
ILS-95: removed the course launch link from the course description pop-up window on employee.jsp. This is a global iLS change. It removes the "Launch Course" element from any JSP that references "function p()" in crosswire.js. <dominick at ssinstruction.com>
Modified: trunk/webapp/crosswire.js
===================================================================
--- trunk/webapp/crosswire.js 2018-07-27 19:03:07 UTC (rev 1596)
+++ trunk/webapp/crosswire.js 2018-07-27 19:04:23 UTC (rev 1597)
@@ -231,8 +231,8 @@
xmlhttp.open("GET", "fetchdata.jsp?mod="+mod+"&key="+key,true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
- courseLink = (clsize) ? '<a href="#" class="coursetxt" onclick="launchCourse(\''+key+'\',true,\''+clsize+'\');return false;">Launch Course</a>' : '';
- b.innerHTML= '<table width="100%"><tr><td>'+courseLink + '</td>' +
+ /*courseLink = (clsize) ? '<a href="#" class="coursetxt" onclick="launchCourse(\''+key+'\',true,\''+clsize+'\');return false;">Launch Course</a>' : '';*/
+ b.innerHTML= '<table width="100%"><tr>' +
'<td align="right">'+
'<a href="#" onclick="p(\''+mod+'\', \''+key+'\', \''+wordnum+'\');return false;">'+
'<img border="0" src="images/x.png"/>'+
More information about the Ils-source
mailing list