Remove dead toggle preview actions

Ref #5384
- Removes "togglePreview" actions from template (the action itself was removed in 5384)
This commit is contained in:
Matt Enlow 2015-06-08 13:29:16 -07:00
parent 2e9932b8eb
commit c19d2eb466

View File

@ -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>