Changeset 128

Show
Ignore:
Timestamp:
11/13/06 16:30:35 (2 years ago)
Author:
akiyan
Message:

bug fix http://www.akiyan.com/cgi-bin/trac.fcgi/public/ticket/3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • checkpad-exporter/trunk/checkpadExporter.js

    r127 r128  
    1717    var addHtml = ''; 
    1818     
    19     var title = document.getElementById('pjt_ttl').value; 
     19    var title = document.title; 
    2020    text += title + "\n"; 
    2121    wikiText += '*' + title + "\n"; 
     
    2323     
    2424    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')) { 
    2626            continue; 
    2727        }