mirror of
https://github.com/timvisee/send.git
synced 2026-04-21 22:14:33 -04:00
add a dynamic js script for page config
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{{#if dsn}}
|
||||
window.dsn = '{{{dsn}}}';
|
||||
{{/if}}
|
||||
{{#if trackerId}}
|
||||
window.trackerId = '{{{trackerId}}}';
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user