Plugin Directory

Changeset 2160372


Ignore:
Timestamp:
09/20/2019 10:45:50 PM (7 years ago)
Author:
marcshowpass
Message:

remove console log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • showpass/trunk/js/showpass-custom.js

    r2160371 r2160372  
    132132                params['tracking-id'] = Cookies.get('affiliate');
    133133            }
    134 
    135             console.log($(this).attr('data-tracking'));
     134           
    136135            if ($(this).attr('data-tracking')) {
    137136                params['tracking-id'] = $(this).attr('data-tracking');
Note: See TracChangeset for help on using the changeset viewer.