diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index e8a203b..d1377b9 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -1,6 +1,6 @@ // ==UserScript== // @name onlinetichu.com card counter -// @version 1.2.2 +// @version 1.2.3 // @description automatically count cards at onlinetichu.com // @match *://*.onlinetichu.com/Site/Game/Table/* // @author Maximilian Keßler @@ -304,7 +304,7 @@ function injectCounter() { }, deSelectAutoWish: function() { - button = document.getElementById("asCard_0"); + button = document.getElementById("askCard_0"); button.click(); },