- Timestamp:
- 12/19/07 03:19:45 (4 years ago)
- Files:
-
- efio/efio/fio_suggest.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
efio/efio/fio_suggest.js
r52 r53 65 65 FioGroup.prototype.hideNextInputs = function(c) {} 66 66 FioGroup.prototype.showNextInput = function(c) {} 67 FioGroup.prototype.setButton = function(b) { 68 var oThis = this; 69 b.onclick = function(e) { oThis.checkAddition(); } 70 } 71 FioGroup.prototype.checkAddition = function() { 67 FioGroup.prototype.check = function() { 72 68 var oThis = this; 73 69 var req = { … … 105 101 ); 106 102 } 107 FioGroup.prototype.setMessage = function(m) {108 this.message = m;109 }110 103 FioGroup.addNames = function(sname, name, pname) { 111 104 JsHttpRequest.query(
