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>2022-03-13 12:27:19 +0300
committerdartcafe <github@dartcafe.de>2022-03-13 12:27:19 +0300
commitc8bd4560b7cf4759aa520479cdb446641b9275cf (patch)
treed52db9344e3f8de448d4f91cdfd29dd849230294 /templates
parentc021aea7a822abca406e910d9b1b708b59347bbe (diff)
use @nextcloud/webpack-vue-config
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
-rw-r--r--templates/polls.tmpl.php2
-rw-r--r--templates/settings.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 0d56ee79..00cc78b7 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -22,6 +22,6 @@
*/
declare(strict_types=1);
- script('polls', 'adminSettings');
+ script('polls', 'polls-adminSettings');
?>
<div id="admin_settings" />
diff --git a/templates/polls.tmpl.php b/templates/polls.tmpl.php
index 0258d5f7..4441747d 100644
--- a/templates/polls.tmpl.php
+++ b/templates/polls.tmpl.php
@@ -24,5 +24,5 @@
*/
declare(strict_types=1);
- script('polls', 'polls');
+ script('polls', 'polls-main');
\OC::$server->getEventDispatcher()->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');
diff --git a/templates/settings.php b/templates/settings.php
index f5afcbfc..0166ece5 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -22,6 +22,6 @@
*/
declare(strict_types=1);
- script('polls', 'userSettings');
+ script('polls', 'polls-userSettings');
?>
<div id="user_settings" />