diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-05 12:20:57 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-05 12:20:57 -0400 |
commit | ccaf78b3484134336212780587835befa8759096 (patch) | |
tree | 1738a7f8b0db16266ae77c7d0fdaf0385a5169c7 /app | |
parent | 512840fe1dca3ddc686360107ae1369e82696502 (diff) |
Fix Markdown preview links focus
Diffstat (limited to 'app')
-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() ?>"> |