Changeset 2527
- Timestamp:
- 12/22/09 14:27:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/resources/javascript/bedework/bedeworkAccess.js
r2227 r2527 238 238 //hv.push(new howVals("N", "rPFapcbStysu", "", howNoneVal)); // None is -A 239 239 240 this. getHows = function(ch) {240 this.getHows = function(ch) { 241 241 for (var i = 0; i < hv.length; i++) { 242 242 if (hv[i].how == ch) { … … 245 245 } 246 246 247 alert("No how values for how =" + ch);247 alert("No how values for how = " + ch); 248 248 249 249 return null;
