mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
remove superfluous function name (#5174)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
29a9201a3b
commit
29f35b0d47
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user