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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-08-19 00:32:31 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-08-19 00:32:31 +0300
commit8cf6674d6f99aff147e48a665075805624fc4396 (patch)
tree13930fddafd5b14bc9793458944c3c0275831ab1 /templates
parent979137b78172917901031889024be40c6650bb34 (diff)
Don't hide sidebar when creating new list
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 8a2c30a6..420d5187 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -104,7 +104,7 @@
</li>
<li class="newList handler icon-add reactive editing" ng-class="{edit: status.addingList}">
<a class="addlist icon sprite"
- ng-click="startCreate()"
+ ng-click="startCreate($event)"
oc-click-focus="{selector: '#newList', timeout: 0}">
<span class="title"><?php p($l->t('Add List...')); ?></span>
</a>