From dad8a0a1af572ea8684ed2550d8edcfc8337106c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 10 Aug 2021 14:36:32 +0200 Subject: [PATCH] Rebuild JavaScript see 33e803caa3e934a078a240687d452f54825379d9 --- .../install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js index e7482243b4..25677e3d2d 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js @@ -364,7 +364,7 @@ define(["require", "exports", "tslib", "../../Ajax", "../../Core", "../../Dom/Ch this._closePopover(); } _ajaxSuccess(data) { - const objectId = ~data.returnValues.objectID; + const objectId = ~~data.returnValues.objectID; this.countButtons.updateCountButtons(objectId, data.returnValues.reactions); this._updateReactButton(objectId, data.returnValues.reactionTypeID); } -- 2.20.1