From 29f35b0d473367f035f4c7ebd98701d0450ebcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnter?= Date: Wed, 1 Dec 2021 15:30:18 +0100 Subject: [PATCH] remove superfluous function name (#5174) Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com> --- src/ui/zabapgit_js_common.w3mi.data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/zabapgit_js_common.w3mi.data.js b/src/ui/zabapgit_js_common.w3mi.data.js index 67def8ae6..77df8916f 100644 --- a/src/ui/zabapgit_js_common.w3mi.data.js +++ b/src/ui/zabapgit_js_common.w3mi.data.js @@ -1918,7 +1918,7 @@ Patch.prototype.clickAllLineCheckboxesInSection = function(oSection, bChecked){ }; -Patch.prototype.registerStagePatch = function registerStagePatch(){ +Patch.prototype.registerStagePatch = function (){ var elStage = document.querySelector("#" + this.ID.STAGE); var REFRESH_PREFIX = "refresh";