Skip to content

Commit 45fe801

Browse files
authored
Merge pull request #13483 from nextcloud/fix/settings-ship-marked
Bundle the 'marked' library
2 parents b8b650a + ea1fcd0 commit 45fe801

File tree

17 files changed

+38
-6178
lines changed

17 files changed

+38
-6178
lines changed

settings/Controller/AppSettingsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public function __construct(string $appName,
133133
*/
134134
public function viewApps(): TemplateResponse {
135135
\OC_Util::addScript('settings', 'apps');
136-
\OC_Util::addVendorScript('core', 'marked/marked.min');
137136
$params = [];
138137
$params['appstoreEnabled'] = $this->config->getSystemValue('appstoreenabled', true) === true;
139138
$params['updateCount'] = count($this->getAppsWithUpdates());

0 commit comments

Comments
 (0)