mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 18:09:45 +00:00
![Carl Schwan](/assets/img/avatar_default.png)
- Port away from jquery inside vue - Use modern vue components when possible - Fix some readability isssues particularly on dark theme - Use IInitialState - Use php7.4 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 lines
370 B
PHP
14 lines
370 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
/**
|
|
* @copyright (c) 2018 Joas Schilling <coding@schilljs.com>
|
|
*
|
|
* @author Joas Schilling <coding@schilljs.com>
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*/
|
|
\OCP\Util::addScript('updatenotification', 'updatenotification');
|
|
?>
|
|
|
|
<div id="updatenotification"></div>
|