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:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-10-25 14:19:24 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-04-10 22:18:41 +0300
commitce5e81e215b1765756a34386280154c7cbcbf214 (patch)
treece7370eb543db2dbfd34acab6272af8d47bd257a /templates
parentd0907c23e699ba4da6591601304b322c7cd7ae43 (diff)
add distraction free mode
Diffstat (limited to 'templates')
-rw-r--r--templates/note.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note.php b/templates/note.php
index 6ddb7ff7..92357966 100644
--- a/templates/note.php
+++ b/templates/note.php
@@ -1,2 +1,2 @@
<textarea editor notes-timeout-change="save()" name="editor"></textarea>
- <div class="note-meta">{{note.content | wordCount}}</div>
+ <div class="note-meta">{{note.content | wordCount}}</div><div class="note-meta">{{note.content | wordCount}}<span class="note-meta-right"><button class="icon-fullscreen" ng-click="toggleDistractionFree()"></button></span></div>