Plugin Directory

Changeset 1489069


Ignore:
Timestamp:
09/02/2016 07:30:42 PM (9 years ago)
Author:
whatconverts
Message:

Script location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • whatconverts/trunk/whatconverts.php

    r1486476 r1489069  
    3535    $whatconverts_profile_id = get_option('whatconverts_profile_id');
    3636    if ($whatconverts_profile_id != '00000')
    37         wp_enqueue_script( 'whatconverts-tracking-script', '//app.whatconverts.com/scripts/profile/' . $whatconverts_profile_id . '.js', array(), '', true );
     37        wp_enqueue_script( 'whatconverts-tracking-script', 'https://app.whatconverts.com/scripts/profile/' . $whatconverts_profile_id . '.js', array(), '', true );
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.