Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
fix #971
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardPosselt committed Apr 13, 2016
1 parent 3a27400 commit 00ca71c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,11 @@ class="icon-loading"
<script type="text/ng-template" id="audio.html">
<?php print_unescaped($this->inc('part.content.audio')) ?>
</script>
<script type="text/ng-template" id="articleaction.html">
<?php print_unescaped($this->inc('part.content.articleaction')) ?>
</script>
<script type="text/ng-template" id="content.html">
<?php print_unescaped($this->inc('part.content')) ?>
</script>
<script type="text/ng-template" id="shortcuts.html">
<?php print_unescaped($this->inc('part.content.shortcuts')) ?>
</script>
<?php print_unescaped($this->inc('part.content.subscription')) ?>
</script>
<script type="text/ng-template" id="explore.html">
<?php print_unescaped($this->inc('part.content.explore')) ?>
Expand Down

0 comments on commit 00ca71c

Please sign in to comment.