Changeset 1070960
- Timestamp:
- 01/19/2015 11:53:27 AM (11 years ago)
- File:
-
- 1 edited
-
custom-backoffice/trunk/image-upload.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-backoffice/trunk/image-upload.js
r1065371 r1070960 14 14 15 15 window.send_to_editor = function(html) { 16 imgurl = jQuery( html).attr('href');16 imgurl = jQuery('img',html).attr('src'); 17 17 clicked.prev('input').val(imgurl); 18 18 tb_remove();
Note: See TracChangeset
for help on using the changeset viewer.