Changeset 1969667
- Timestamp:
- 11/06/2018 09:36:06 AM (7 years ago)
- File:
-
- 1 edited
-
traveladsnetwork-com/trunk/assets/js/autoMode.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
traveladsnetwork-com/trunk/assets/js/autoMode.js
r1969662 r1969667 138 138 // 139 139 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") 141 141 .done(function(offers) { 142 142 //
Note: See TracChangeset
for help on using the changeset viewer.