mirror of
https://github.com/crawlerop/lpads
synced 2026-08-13 22:12:32 +07:00
added psassist integration
This commit is contained in:
parent
33b4679943
commit
aa79c59c3f
3 changed files with 6 additions and 2 deletions
|
|
@ -272,6 +272,7 @@
|
|||
adTextData += "In: <b>(LocationName)</b><br>"
|
||||
adTextData += "Why: <b>"+ad.adWhy+"</b>"
|
||||
adTextData += "<br><br><a href=\""+ad.adLink+"\">"+ad.adSite+"</a>"
|
||||
adTextData += "<br><br><a href=\"https://crawlerop.github.io/psassist/js/getmaplace.html?lat="+lp[0]+"&lng="+lp[1]+"\">PassiveAssist</a>"
|
||||
} else {
|
||||
adTextData = "<h1>"+ad.promoData.adPromo.promoTitle+"</h1>"
|
||||
adTextData += "<h2>"+ad.adName+"</h2>"
|
||||
|
|
@ -279,6 +280,7 @@
|
|||
adTextData += "<h3>"+ad.promoData.adPromo.promoDesc+"</h3>"
|
||||
adTextData += "Why: <b>"+ad.adWhy+"</b>"
|
||||
adTextData += "<br><br><a href=\""+ad.adLink+"\">"+ad.promoData.adPromo.promoButton+"</a>"
|
||||
adTextData += "<br><br><a href=\"https://crawlerop.github.io/psassist/js/getmaplace.html?lat="+lp[0]+"&lng="+lp[1]+"\">PassiveAssist</a>"
|
||||
}
|
||||
|
||||
pins.push(m)
|
||||
|
|
|
|||
|
|
@ -273,6 +273,7 @@
|
|||
adTextData += "In: <b>(LocationName)</b><br>"
|
||||
adTextData += "Why: <b>"+ad.adWhy+"</b>"
|
||||
adTextData += "<br><br><a href=\""+ad.adLink+"\">"+ad.adSite+"</a>"
|
||||
adTextData += "<br><br><a href=\"https://crawlerop.github.io/psassist/js/getmaplace.html?lat="+lp[0]+"&lng="+lp[1]+"\">PassiveAssist</a>"
|
||||
} else {
|
||||
adTextData = "<h1>"+ad.promoData.adPromo.promoTitle+"</h1>"
|
||||
adTextData += "<h2>"+ad.adName+"</h2>"
|
||||
|
|
@ -280,6 +281,7 @@
|
|||
adTextData += "<h3>"+ad.promoData.adPromo.promoDesc+"</h3>"
|
||||
adTextData += "Why: <b>"+ad.adWhy+"</b>"
|
||||
adTextData += "<br><br><a href=\""+ad.adLink+"\">"+ad.promoData.adPromo.promoButton+"</a>"
|
||||
adTextData += "<br><br><a href=\"https://crawlerop.github.io/psassist/js/getmaplace.html?lat="+lp[0]+"&lng="+lp[1]+"\">PassiveAssist</a>"
|
||||
}
|
||||
|
||||
pins.push(m)
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
var res = document.getElementById("results")
|
||||
|
||||
const tips = [
|
||||
"Search for NYC",
|
||||
"Dock in Search",
|
||||
"Search for NYC!",
|
||||
"Dock in Search!",
|
||||
"Find India!",
|
||||
"\"City Of\" <i><b>only</b></i> in search should have many cities!",
|
||||
"We have added many options to the search page!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue