diff options
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index 74faf487..67924e3e 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -36,7 +36,6 @@ </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('TaskHelper', 'preview') ?>" data-keyboard-shortcut-url="<?= $this->url->href('Doc', 'shortcuts') ?>" data-timezone="<?= $this->app->getTimezone() ?>" data-js-lang="<?= $this->app->jsLang() ?>"> |