window.pipedriveLeadboosterConfig = {
basis: 'leadbooster-chat.pipedrive.com',
companyId: 11580370,
playbookUuid: '22236db1-6d50-40c4-b48f-8b11262155be',
versie: 2,
}
;(functie () {
var w = venster
als (w.LeadBooster) {
console.warn('LeadBooster bestaat al')
} anders {
w.LeadBooster = {
q: [],
on: functie (n, h) {
this.q.push({ t: 'o', n: n, h: h })
},
trigger: functie (n) {
this.q.push({ t: 't', n: n })
},
}
}
})()
Woordenboek - The Codest