Plugin Directory

Changeset 1969667


Ignore:
Timestamp:
11/06/2018 09:36:06 AM (7 years ago)
Author:
christophesecher
Message:

correct code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • traveladsnetwork-com/trunk/assets/js/autoMode.js

    r1969662 r1969667  
    138138                        //
    139139                        savedMatches[matches[i].toLowerCase()] = {"notYet": true};
    140                         $.getJSON("/api-from-js/?method=getOffers&search="+matches[i]+"&aff_id="+php_data.affiliate_id+"&onlyTargeted=true")
     140                        $.getJSON("https://traveladsnetwork.com/api-from-js/?method=getOffers&search="+matches[i]+"&aff_id="+php_data.affiliate_id+"&onlyTargeted=true")
    141141                            .done(function(offers) {
    142142                                //
Note: See TracChangeset for help on using the changeset viewer.