Ignore:
Timestamp:
2013-01-19T15:25:50+13:00 (11 years ago)
Author:
davidb
Message:

Fixed bug with assocfilepath annotation not being written to the frames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/src/cgi-bin/export-individual-expeditee.pl.in

    r26714 r26753  
    8282            if(assocElem === undefined || assocElem === null){
    8383                assoc = getMetadata(xmlUrl,'assocfilepath');
     84            }else if(assocElem !== undefined && assocElem !== null){
     85                            var assocElemString = assocElem.innerHTML;
     86                            assoc =assocElemString.split(' ')[1];
    8487            }
    8588           
Note: See TracChangeset for help on using the changeset viewer.