Changeset 128
- Timestamp:
- 11/13/06 16:30:35 (2 years ago)
- Files:
-
- checkpad-exporter/trunk/checkpadExporter.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
checkpad-exporter/trunk/checkpadExporter.js
r127 r128 17 17 var addHtml = ''; 18 18 19 var title = document. getElementById('pjt_ttl').value;19 var title = document.title; 20 20 text += title + "\n"; 21 21 wikiText += '*' + title + "\n"; … … 23 23 24 24 for (var inputsKey in inputs) { 25 if (!(inputs[inputsKey].name && inputs[inputsKey].name == 'ttl' && inputs[inputsKey].value != '' && inputs[inputsKey].id != 'pjt_ttl ')) {25 if (!(inputs[inputsKey].name && inputs[inputsKey].name == 'ttl' && inputs[inputsKey].value != '' && inputs[inputsKey].id != 'pjt_ttl_edit')) { 26 26 continue; 27 27 }