drop.chapril.org-firefoxsend/views/jsconfig.handlebars
2017-07-20 13:22:14 -07:00

8 lines
149 B
Handlebars

{{#if dsn}}
window.dsn = '{{{dsn}}}';
{{/if}}
{{#if trackerId}}
window.trackerId = '{{{trackerId}}}';
{{/if}}
const MAXFILESIZE = {{{maxFileSize}}};