Make the path relative user-menu-item-update-counter
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 6 Mar 2024 11:59:12 +0000 (12:59 +0100)
committerOlaf Braun <info@braun-development.de>
Thu, 7 Mar 2024 15:37:11 +0000 (16:37 +0100)
ts/WoltLabSuite/Core/Notification/Handler.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js

index ab787195f4573f8a8df96841063a291b26126f17..10eb1f1dc475b99165608deba83c5308a07b8f13 100644 (file)
@@ -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;
index b27d38c5c370c70fe31b78e926aa29d5d0eac16d..c47b2699bc9e86973eed3c577bd1d95559e95808 100644 (file)
@@ -7,7 +7,7 @@
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @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;