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:
authordartcafe <github@dartcafe.de>2019-01-01 23:01:07 +0300
committerdartcafe <github@dartcafe.de>2019-01-01 23:01:07 +0300
commitc4f4250d835467031e8414cf1f716487f9298b9f (patch)
tree2371a9611a881f37f4383adb2ede7a8fb789ba49 /templates
parent052ac374a6bf335ef98982dfe513b71d158910f4 (diff)
change file structure and js/vue code style
Diffstat (limited to 'templates')
-rw-r--r--templates/create.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php
index b4748396..6732aa55 100644
--- a/templates/create.tmpl.php
+++ b/templates/create.tmpl.php
@@ -25,4 +25,4 @@
?>
<div id="create-poll"></div>
-<?php \OCP\Util::addScript('polls', 'create-poll'); ?>
+<?php \OCP\Util::addScript('polls', 'polls'); ?>