mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 19:35:08 -05:00
7 lines
110 B
Handlebars
7 lines
110 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|