mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
7 lines
110 B
Handlebars
7 lines
110 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|