From 308c7db3339a1edbcccddb0ba25356d980ce88e9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 30 Jan 2018 17:06:40 +0100 Subject: Move updatenotifications to webpack with .vue file Signed-off-by: Joas Schilling --- apps/updatenotification/templates/admin.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'apps/updatenotification/templates') 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 $_ */ ?> -- cgit v1.2.3