Home
last modified time | relevance | path

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

/plugin/googleconsentmananger/
Djquery.cookiebar.js30 declineButton: false, //Set to true to show decline/disable button property
107 if(options.declineButton){
108 var declineButton = '<a href="" class="cb-disable">'+options.declineText+'</a>';
110 var declineButton = '';
137 …v id="cookie-bar"'+fixed+zindex+'><p>'+message+'</p><p>'+acceptButton+declineButton+policyButton+'…
139 …v id="cookie-bar"'+fixed+zindex+'><p>'+message+'</p><p>'+acceptButton+declineButton+policyButton+'…
Dscript.js63 declineButton: !!getTemplateOrPluginOption('declineButton'), property