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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-01-26 20:55:22 +0300
committerGitHub <noreply@github.com>2020-01-26 20:55:22 +0300
commit3b2695e62217acb084bd12c8ac9d4d6cad980972 (patch)
treeaa750cd5cefbb7a66f98d1e7332041697c71903f /src/js/views/Vote.vue
parenta428b645d80b5f2d63e1fcfac0b8bfa5d0819dd4 (diff)
parent09e8d4b95f81340263504477392d2878a8cdbc1a (diff)
Merge pull request #786 from nextcloud/deleteCommentsv1.2.0-beta
Delete comments
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 50d8663e..6c98e636 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -45,7 +45,6 @@
<Subscription />
<div class="additional">
<ParticipantsList v-if="acl.allowSeeUsernames" />
- <!-- <Comments /> -->
</div>
</div>
@@ -55,7 +54,6 @@
</template>
<script>
-// import Comments from '../components/Comments/Comments'
import { AppContent } from '@nextcloud/vue'
import Subscription from '../components/Subscription/Subscription'
import ParticipantsList from '../components/Base/ParticipantsList'
@@ -78,7 +76,6 @@ export default {
PollInformation,
PollTitle,
LoadingOverlay,
- // Comments,
SideBar,
VoteTable,
VoteList