remove superfluous function name (#5174)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Christian Günter 2021-12-01 15:30:18 +01:00 committed by GitHub
parent 29a9201a3b
commit 29f35b0d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";