summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/templates/admin.php')
-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 $_ */
?>