From b1693bffe62c4a736c4f43318de05ceacb276aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 18 Sep 2022 12:11:27 +0200 Subject: [PATCH] fix typo --- onlinetichu-counter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); },