Plugin Directory

Changeset 2503851


Ignore:
Timestamp:
03/26/2021 09:52:36 AM (5 years ago)
Author:
webocoders
Message:

add credentials param

Location:
udimi-optin/tags
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • udimi-optin/tags/1.1/js/admin.js

    r1366230 r2503851  
    44            type: 'get',
    55            url: config.getCodeUrl,
     6            xhrFields: { withCredentials: true },
    67            crossDomain: true,
    78            dataType: "jsonp",
  • udimi-optin/tags/1.2/js/admin.js

    r1366230 r2503851  
    44            type: 'get',
    55            url: config.getCodeUrl,
     6            xhrFields: { withCredentials: true },
    67            crossDomain: true,
    78            dataType: "jsonp",
  • udimi-optin/tags/1.3/js/admin.js

    r1369456 r2503851  
    44            type: 'get',
    55            url: config.getCodeUrl,
     6            xhrFields: { withCredentials: true },
    67            crossDomain: true,
    78            dataType: "jsonp",
  • udimi-optin/tags/1.4/js/admin.js

    r1913171 r2503851  
    44            type: 'get',
    55            url: config.getCodeUrl,
     6            xhrFields: { withCredentials: true },
    67            crossDomain: true,
    78            dataType: "jsonp",
Note: See TracChangeset for help on using the changeset viewer.