diff options
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/layout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index 3e883fbf..60108175 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -31,6 +31,7 @@ </head> <body data-status-url="<?= $this->url->href('app', 'status') ?>" data-login-url="<?= $this->url->href('auth', 'login') ?>" + data-markdown-preview-url="<?= $this->url->href('app', 'preview') ?>" data-timezone="<?= $this->app->getTimezone() ?>" data-js-lang="<?= $this->app->jsLang() ?>"> |