Plugin Directory

Changeset 1951329


Ignore:
Timestamp:
10/04/2018 10:10:23 AM (8 years ago)
Author:
navthemes
Message:

[Fixed widget.js]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • navthemes-widgets/trunk/assets/js/widget.js

    r1951210 r1951329  
    1414                if ( _custom_media  ) {
    1515                    $(button_id+'.custom_media_id').val(attachment.id);
    16                   //  $(button_id+'.custom_media_url').val(attachment.url).trigger('change');
    1716                    $(button_id+'.custom_media_url').val(attachment.id).trigger('change');
    1817                   
    1918                    $(button_id).parent().find('.custom_media_image').attr('src',attachment.url).css('display','block');
     19                   
    2020                   
    2121                } else {
Note: See TracChangeset for help on using the changeset viewer.