Guest User

Untitled

a guest
May 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. jQuery(document).ready(function() {
  2. document.getElementById('upload_logo_button').addEventListener('click', function(){
  3. tb_show('Upload a logo', 'media-upload.php?referer=fullnews-settings&type=image&TB_iframe=true&post_id=0', false);
  4. return false;
  5. });
  6. window.send_to_editor = function(html) {
  7. var imgurl = jQuery('img', html).attr('src');
  8. jQuery('#logo_url').val(imgurl);
  9. tb_remove();
  10. }
  11.  
  12. } );
Add Comment
Please, Sign In to add comment