Fix Markdown preview links focus

This commit is contained in:
Frederic Guillot
2015-09-05 12:20:57 -04:00
parent 512840fe1d
commit ccaf78b348
4 changed files with 9 additions and 9 deletions

View File

@@ -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() ?>">