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