summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 18:46:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 18:46:11 +0200
commitaf5d2420d1f38c19ff5e11c45d3f0f8694c2f0fe (patch)
treee05b8cefefcbd785cadcec6ddf94411c0f44f6a4 /templates
parent00ca71cc83e9df2c818c2fc8f0d5da5fc1002e88 (diff)
Fix #9728.4.1
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index.php b/templates/index.php
index 2e5c464fb..b87908139 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,9 +70,6 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<!-- content -->
- <script type="text/ng-template" id="audio.html">
- <?php print_unescaped($this->inc('part.content.audio')) ?>
- </script>
<script type="text/ng-template" id="content.html">
<?php print_unescaped($this->inc('part.content')) ?>
</script>