Changeset 44 for site/api/so-soap/whfform.htm
- Timestamp:
- 10/03/08 19:09:50 (5 years ago)
- Files:
-
- 1 modified
-
site/api/so-soap/whfform.htm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
site/api/so-soap/whfform.htm
r9 r44 61 61 { 62 62 UnRegisterListener2(this, WH_MSG_SHOWTOC); 63 UnRegisterListener2(this, WH_MSG_SHOW IDX);63 UnRegisterListener2(this, WH_MSG_SHOWidX); 64 64 UnRegisterListener2(this, WH_MSG_SHOWFTS); 65 65 UnRegisterListener2(this, WH_MSG_SHOWGLO); … … 76 76 document.FtsInputForm.keywordField.focus(); 77 77 } 78 else if (oMsg.nMessageId == WH_MSG_SHOW IDX ||78 else if (oMsg.nMessageId == WH_MSG_SHOWidX || 79 79 oMsg.nMessageId == WH_MSG_SHOWTOC || 80 80 oMsg.nMessageId == WH_MSG_SHOWGLO) … … 121 121 { 122 122 RegisterListener2(this, WH_MSG_SHOWTOC); 123 RegisterListener2(this, WH_MSG_SHOW IDX);123 RegisterListener2(this, WH_MSG_SHOWidX); 124 124 RegisterListener2(this, WH_MSG_SHOWFTS); 125 125 RegisterListener2(this, WH_MSG_SHOWGLO);








