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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-04-24 09:15:47 +0300
committerJulius Härtl <jus@bitgrid.net>2021-04-26 17:54:23 +0300
commit4ff505934b8c2f47a93ca6d81a5cb304f107789a (patch)
tree8f3cfa5a6365b49788ffb4de96a0eef4233dcd15 /templates
parent9024f0671e43adf7721a6d885d30aef3d80fcf44 (diff)
Migrate to babel config and updgrade webpack-vue-config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 12696c60..6960eb9f 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -23,6 +23,6 @@
style('deck', 'globalstyles');
-script('deck', 'main');
+script('deck', 'deck-main');
\OC::$server->getEventDispatcher()->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');