mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
Remove dead toggle preview actions
Ref #5384 - Removes "togglePreview" actions from template (the action itself was removed in 5384)
This commit is contained in:
parent
2e9932b8eb
commit
c19d2eb466
@ -12,7 +12,7 @@
|
||||
<section class="view-container view-editor">
|
||||
|
||||
<section class="entry-markdown js-entry-markdown">
|
||||
<header {{action "togglePreview" false}} class="floatingheader">
|
||||
<header class="floatingheader">
|
||||
<span>Markdown</span>
|
||||
<a class="markdown-help" href="" {{action "openModal" "markdown"}}><i class="icon-markdown"></i></a>
|
||||
</header>
|
||||
@ -23,7 +23,7 @@
|
||||
</section>
|
||||
|
||||
<section class="entry-preview js-entry-preview">
|
||||
<header {{action "togglePreview" true}} class="floatingheader">
|
||||
<header class="floatingheader">
|
||||
<span>Preview</span>
|
||||
<span class="entry-word-count js-entry-word-count">{{gh-count-words model.scratch}}</span>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user