Changeset 108403 in spip-zone
- Timestamp:
- Jan 8, 2018, 12:50:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/cookiebar/trunk/jquery.cookiebar.js.html
r108402 r108403 115 115 } 116 116 //Sets up privacy policy button if required 117 if(options.policyButton ){117 if(options.policyButton && options.policyURL){ 118 118 var policyButton = '<a href="'+options.policyURL+'" class="cb-policy">'+options.policyText+'</a>'; 119 119 }else{
Note: See TracChangeset
for help on using the changeset viewer.