aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-10 20:53:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-11 09:49:05 +0100
commit83e863ed013cfd4726b82d3a1cd2ec701dbb815e (patch)
tree1fd1de23c9cd611b4358b44f75a74630718a2040 /apps/updatenotification/templates
parentd62f24fa499d486db34c4353720ab90add779e78 (diff)
downloadnextcloud-server-83e863ed013cfd4726b82d3a1cd2ec701dbb815e.tar.gz
nextcloud-server-83e863ed013cfd4726b82d3a1cd2ec701dbb815e.zip
Include the scss in the vue component
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r--apps/updatenotification/templates/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php
index e7aed2670b9..24a83184ccd 100644
--- a/apps/updatenotification/templates/admin.php
+++ b/apps/updatenotification/templates/admin.php
@@ -9,7 +9,6 @@ declare(strict_types=1);
* later. See the COPYING file.
*/
script('updatenotification', 'updatenotification');
-style('updatenotification', 'admin');
/** @var array $_ */
?>
<div id="updatenotification" data-json="<?php p($_['json']); ?>"></div>