diff --git a/ESGST.user.js b/ESGST.user.js index a1f80faf..1a96337c 100644 --- a/ESGST.user.js +++ b/ESGST.user.js @@ -16945,7 +16945,7 @@ this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:fun setTbAutoBump(button); } } else if (esgst.tb_a) { - setTbAutoBump(button); + setTbAutoBump(); } } diff --git a/Extension/esgst.js b/Extension/esgst.js index 345d469b..cec800e5 100644 --- a/Extension/esgst.js +++ b/Extension/esgst.js @@ -16868,7 +16868,7 @@ function loadTb() { setTbAutoBump(button); } } else if (esgst.tb_a) { - setTbAutoBump(button); + setTbAutoBump(); } }