mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-11 05:32:40 +01:00
8 lines
149 B
Handlebars
8 lines
149 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|
|
const MAXFILESIZE = {{{maxFileSize}}};
|