Changeset 13648

Show
Ignore:
Timestamp:
11/26/07 14:45:06 (1 year ago)
Author:
w_i
Message:

Safer way to fetch the items url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.imagepopup/static/functions.js

    r13637 r13648  
    3232        } 
    3333         
    34         converted_object.url = $('a.download:eq(0)', jq_item).attr('href'); 
     34        converted_object.url = $('a:eq(0)', jq_item).attr('href'); 
    3535        converted_object.name = $('td.filename', jq_item).attr('title'); 
    3636        converted_object.title = $('td.title', jq_item).attr('title');