fix typo
This commit is contained in:
parent
014f3c15d3
commit
b1693bffe6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name onlinetichu.com card counter
|
// @name onlinetichu.com card counter
|
||||||
// @version 1.2.2
|
// @version 1.2.3
|
||||||
// @description automatically count cards at onlinetichu.com
|
// @description automatically count cards at onlinetichu.com
|
||||||
// @match *://*.onlinetichu.com/Site/Game/Table/*
|
// @match *://*.onlinetichu.com/Site/Game/Table/*
|
||||||
// @author Maximilian Keßler
|
// @author Maximilian Keßler
|
||||||
|
@ -304,7 +304,7 @@ function injectCounter() {
|
||||||
},
|
},
|
||||||
|
|
||||||
deSelectAutoWish: function() {
|
deSelectAutoWish: function() {
|
||||||
button = document.getElementById("asCard_0");
|
button = document.getElementById("askCard_0");
|
||||||
button.click();
|
button.click();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue