diff options
author | Joas Schilling <coding@schilljs.com> | 2018-01-30 17:06:40 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-02-22 10:17:42 +0100 |
commit | 308c7db3339a1edbcccddb0ba25356d980ce88e9 (patch) | |
tree | ec9ae1576ce8bfd675c729677d2a2451ab4bc7d8 /apps/updatenotification/templates | |
parent | b12b391d7c4875fde4851c748dfb610a1b32d2e4 (diff) | |
download | nextcloud-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.php | 10 |
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 $_ */ ?> |