summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-01-30 17:06:40 +0100
committerJoas Schilling <coding@schilljs.com>2018-02-22 10:17:42 +0100
commit308c7db3339a1edbcccddb0ba25356d980ce88e9 (patch)
treeec9ae1576ce8bfd675c729677d2a2451ab4bc7d8 /apps/updatenotification/templates
parentb12b391d7c4875fde4851c748dfb610a1b32d2e4 (diff)
downloadnextcloud-server-308c7db3339a1edbcccddb0ba25356d980ce88e9.tar.gz
nextcloud-server-308c7db3339a1edbcccddb0ba25356d980ce88e9.zip
Move updatenotifications to webpack with .vue file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r--apps/updatenotification/templates/admin.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php
index e10cf0b3996..dd53ea27eeb 100644
--- a/apps/updatenotification/templates/admin.php
+++ b/apps/updatenotification/templates/admin.php
@@ -8,15 +8,7 @@ declare(strict_types=1);
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*/
-if (\OC::$server->getConfig()->getSystemValue('debug', false)) {
- script('updatenotification', 'vue');
-} else {
- script('updatenotification', 'vue.min');
-}
-script('updatenotification', [
- 'components/root',
- 'admin',
-]);
+script('updatenotification', 'merged');
style('updatenotification', 'admin');
/** @var array $_ */
?>