Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-27 13:36:44 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-27 13:36:44 +0300
commita9d5c4982ac5a7484f94c44dc6a4a123effbe534 (patch)
treebb1b8eb80953e0646e1b9f0963905dc591060eb0 /templates/main.php
parent5f283f96f5a0c0f59086480c19f68eedc5ba53ca (diff)
remove redundant translation call
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index ca54692b..714d19e8 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -29,8 +29,6 @@ style('notes', [
<div id="app" ng-app="Notes" ng-controller="AppController"
ng-init="init(<?php p($_['lastViewedNote']); ?>)" ng-cloak>
- <?php print_unescaped($this->inc('translations')); ?>
-
<script type="text/ng-template" id="note.html">
<?php print_unescaped($this->inc('note')); ?>
</script>