From: Cyperghost Date: Wed, 6 Mar 2024 11:59:12 +0000 (+0100) Subject: Make the path relative X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43ab5dd5ce33a6c3a5edc2219a2bd99488348916;p=GitHub%2FWoltLab%2FWCF.git Make the path relative --- diff --git a/ts/WoltLabSuite/Core/Notification/Handler.ts b/ts/WoltLabSuite/Core/Notification/Handler.ts index ab787195f4..10eb1f1dc4 100644 --- a/ts/WoltLabSuite/Core/Notification/Handler.ts +++ b/ts/WoltLabSuite/Core/Notification/Handler.ts @@ -12,7 +12,7 @@ import * as Ajax from "../Ajax"; import { AjaxCallbackSetup } from "../Ajax/Data"; import * as Core from "../Core"; import * as EventHandler from "../Event/Handler"; -import { updateCounter } from "WoltLabSuite/Core/Ui/User/Menu/Manager"; +import { updateCounter } from "../Ui/User/Menu/Manager"; interface NotificationHandlerOptions { icon: string; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js index b27d38c5c3..c47b2699bc 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js @@ -7,7 +7,7 @@ * @license GNU Lesser General Public License * @woltlabExcludeBundle tiny */ -define(["require", "exports", "tslib", "../Ajax", "../Core", "../Event/Handler", "WoltLabSuite/Core/Ui/User/Menu/Manager"], function (require, exports, tslib_1, Ajax, Core, EventHandler, Manager_1) { +define(["require", "exports", "tslib", "../Ajax", "../Core", "../Event/Handler", "../Ui/User/Menu/Manager"], function (require, exports, tslib_1, Ajax, Core, EventHandler, Manager_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.poll = exports.enableNotifications = exports.setup = void 0;