Skip to content

Commit

Permalink
Don't set initial date in header.
Browse files Browse the repository at this point in the history
It's changed by JS immediately anyway and causes a funky document.title in the
month view.
  • Loading branch information
yunosh committed Oct 24, 2013
1 parent a9342b0 commit 6b65e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/templates/smartmobile/month.html.php
Expand Up @@ -13,7 +13,7 @@

<div data-role="header">
<a href="#minical-prev" data-icon="arrow-l" data-iconpos="notext"><?php echo _("Previous") ?></a>
<h3 id="kronolithMinicalDate"><?php echo $this->today->format('F Y') ?></h3>
<h3 id="kronolithMinicalDate"></h3>
<a href="#minical-next" data-icon="arrow-r" data-iconpos="notext"><?php echo _("Next") ?></a>
</div>

Expand Down

0 comments on commit 6b65e6a

Please sign in to comment.