Home
last modified time | relevance | path

Searched refs:policyURL (Results 1 – 2 of 2) sorted by relevance

/plugin/googleconsentmananger/
Djquery.cookiebar.js35 policyURL: '/privacy-policy/', //URL of Privacy Policy property
77 …exOf(options.domain)>=0 && String(window.location.href).indexOf(options.policyURL)==-1 && doReturn…
99 var message = options.message.replace('{policy_url}',options.policyURL);
114 … var policyButton = '<a href="'+options.policyURL+'" class="cb-policy">'+options.policyText+'</a>';
Dscript.js66 policyURL: getTemplateOrPluginOption('policyURL'), property