mirror of
https://github.com/timvisee/send.git
synced 2026-03-29 18:34:01 -04:00
7 lines
110 B
Handlebars
7 lines
110 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|