diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 13:44:22 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 13:44:22 +0100 |
commit | ea1fcd036f4415033ed9a730b1e007ba6300a918 (patch) | |
tree | d6f2e86a89f9824d39cbe438473d17e5e573dc43 /settings/Controller/AppSettingsController.php | |
parent | 7dacd468bf7b14134cf24f8acfc6bad9b20e7587 (diff) | |
download | nextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.tar.gz nextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.zip |
Bundle the 'marked' library
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/Controller/AppSettingsController.php')
-rw-r--r-- | settings/Controller/AppSettingsController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/Controller/AppSettingsController.php b/settings/Controller/AppSettingsController.php index faa63e67300..2842ead3eaa 100644 --- a/settings/Controller/AppSettingsController.php +++ b/settings/Controller/AppSettingsController.php @@ -133,7 +133,6 @@ class AppSettingsController extends Controller { */ public function viewApps(): TemplateResponse { \OC_Util::addScript('settings', 'apps'); - \OC_Util::addVendorScript('core', 'marked/marked.min'); $params = []; $params['appstoreEnabled'] = $this->config->getSystemValue('appstoreenabled', true) === true; $params['updateCount'] = count($this->getAppsWithUpdates()); |