mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 03:15:05 -05:00
9 lines
193 B
Handlebars
9 lines
193 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|
|
const MAXFILESIZE = {{{maxFileSize}}};
|
|
const EXPIRE_SECONDS = {{{expireSeconds}}};
|