Skip to content

Commit

Permalink
Remove full screen toggle where not working
Browse files Browse the repository at this point in the history
Resolves #540
  • Loading branch information
AramZS committed Mar 3, 2015
1 parent 0361926 commit 12f3715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,9 @@ function display_tools_builder() {

echo '<header id="app-banner">
<div class="title-span title">
<h1>PressForward: Tools</h1> <span id="h-after"> • </span>
<button class="btn btn-small" id="fullscreenfeed"> Full Screen </button>
</div><!-- End title -->
<h1>PressForward: Tools</h1> <span id="h-after"> • </span>'
#. '<button class="btn btn-small" id="fullscreenfeed"> Full Screen </button>' .
. '</div><!-- End title -->
</header>';

pressforward()->form_of->nominate_this('as_paragraph');
Expand Down
2 changes: 1 addition & 1 deletion parts/feeder.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<header id="app-banner">
<div class="title-span title">
<h1>PressForward: Add Feeds</h1> <span id="h-after"> • </span>
<button class="btn btn-small" id="fullscreenfeed"> Full Screen </button>
<!-- <button class="btn btn-small" id="fullscreenfeed"> Full Screen </button> -->
</div><!-- End title -->
</header>
<div class="container-fluid">
Expand Down

0 comments on commit 12f3715

Please sign in to comment.