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