summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-05 12:20:57 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-05 12:20:57 -0400
commitccaf78b3484134336212780587835befa8759096 (patch)
tree1738a7f8b0db16266ae77c7d0fdaf0385a5169c7 /app/Template/layout.php
parent512840fe1dca3ddc686360107ae1369e82696502 (diff)
Fix Markdown preview links focus
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php1
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() ?>">