Skip to content

Commit

Permalink
Merge pull request #38567 from nextcloud/chore/remove-deprecated-lega…
Browse files Browse the repository at this point in the history
…cy-loader

Remove deprecated legacy loader from `OC`
  • Loading branch information
ChristophWurst committed Jun 1, 2023
2 parents 1d040f9 + dd1f437 commit ff66104
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 88 deletions.
3 changes: 0 additions & 3 deletions core/src/OC/index.js
Expand Up @@ -24,7 +24,6 @@

import { subscribe } from '@nextcloud/event-bus'

import { addScript, addStyle } from './legacy-loader.js'
import {
ajaxConnectionLostHandler,
processAjaxError,
Expand Down Expand Up @@ -137,8 +136,6 @@ export default {
*/
fileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),

addScript,
addStyle,
AppConfig,
appConfig,
appswebroots,
Expand Down
79 changes: 0 additions & 79 deletions core/src/OC/legacy-loader.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/core-login.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit ff66104

Please sign in to comment.