Changeset 13648
- Timestamp:
- 11/26/07 14:45:06 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.imagepopup/static/functions.js
r13637 r13648 32 32 } 33 33 34 converted_object.url = $('a .download:eq(0)', jq_item).attr('href');34 converted_object.url = $('a:eq(0)', jq_item).attr('href'); 35 35 converted_object.name = $('td.filename', jq_item).attr('title'); 36 36 converted_object.title = $('td.title', jq_item).attr('title');
