Plugin Directory

Changeset 758644

Timestamp:
08/19/2013 06:07:14 PM (11 years ago)
Author:
goldenapples
Message:

Remove a console.log accidentally left in last commit

Location:
gravity-forms-janrain-add-on
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-janrain-add-on/tags/0.3/admin-settings.php

    r758640 r758644  
    107107        SetFieldProperty( 'socialPrefill', jQuery(this).is(':checked') );
    108108        $jSelect = jQuery(this).closest('li').find('select.field_social_prefill_with');
    109         console.log( this, $jSelect );
    110109        if ( jQuery(this).is(':checked') ) {
    111110            $jSelect.prop( 'disabled', false );
  • gravity-forms-janrain-add-on/trunk/admin-settings.php

    r758640 r758644  
    107107        SetFieldProperty( 'socialPrefill', jQuery(this).is(':checked') );
    108108        $jSelect = jQuery(this).closest('li').find('select.field_social_prefill_with');
    109         console.log( this, $jSelect );
    110109        if ( jQuery(this).is(':checked') ) {
    111110            $jSelect.prop( 'disabled', false );
Note: See TracChangeset for help on using the changeset viewer.