mirror of
https://github.com/timvisee/send.git
synced 2025-10-04 18:19:17 +02:00
6 lines
110 B
Handlebars
6 lines
110 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|