Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions com.woltlab.wcf/acpSearchProvider.xml

This file was deleted.

1 change: 0 additions & 1 deletion com.woltlab.wcf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<instruction type="clipboardAction" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="acpSearchProvider" />
<instruction type="style">defaultStyle.tar</instruction>

<instruction type="userOption" run="standalone" />
Expand Down
2 changes: 2 additions & 0 deletions ts/WoltLabSuite/Core/Acp/Bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as Core from "../Core";
import { BoostrapOptions, setup as bootstrapSetup } from "../Bootstrap";
import * as UiPageMenu from "./Ui/Page/Menu";
import AcpUiPageMenuMainBackend from "./Ui/Page/Menu/Main/Backend";
import { setup as setupAcpSearch } from "./Ui/Search";

interface AcpBootstrapOptions {
bootstrap: BoostrapOptions;
Expand All @@ -33,4 +34,5 @@ export function setup(options: AcpBootstrapOptions): void {

bootstrapSetup(options.bootstrap);
UiPageMenu.init();
setupAcpSearch();
}
Loading
Loading