Sha256: 422065ea33a99a87cd0f65e2a06436fd44d93e80239570cfbfbc92c10cfb2526
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
pageflow.chart.consent = { ensureVendorRegistered: function(options) { if (this.registered) { return; } this.registered = true; options = options || {} pageflow.consent.registerVendor('datawrapper', { paradigm: options.skip ? 'skip' : 'lazy opt-in', displayName: I18n.t('pageflow.public.chart.consent_vendor_name'), description: I18n.t('pageflow.public.chart.consent_vendor_description') }); } };
Version data entries
3 entries across 3 versions & 1 rubygems