deactivate smart fold by default
This commit is contained in:
parent
a8f909e7e4
commit
4036bdc042
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ function injectCounter() {
|
||||||
smartFoldButton.className = "btn btn-danger btn-xs";
|
smartFoldButton.className = "btn btn-danger btn-xs";
|
||||||
smartFoldButton.id = "smartFold";
|
smartFoldButton.id = "smartFold";
|
||||||
smartFoldButton.type = "button";
|
smartFoldButton.type = "button";
|
||||||
smartFoldButton.innerHTML = 'Smart fold: <span id="smartFoldValue" data-on="On" data-off="Off">On</span>';
|
smartFoldButton.innerHTML = 'Smart fold: <span id="smartFoldValue" data-on="On" data-off="Off">Off</span>';
|
||||||
|
|
||||||
var showCardCounterButton = document.createElement('button');
|
var showCardCounterButton = document.createElement('button');
|
||||||
showCardCounterButton.className = "btn btn-primary btn-xs";
|
showCardCounterButton.className = "btn btn-primary btn-xs";
|
||||||
|
@ -269,7 +269,7 @@ function injectCounter() {
|
||||||
playerNames: {},
|
playerNames: {},
|
||||||
|
|
||||||
// config values, triggered with buttons
|
// config values, triggered with buttons
|
||||||
smartFold: true,
|
smartFold: false,
|
||||||
showCardCounter: false,
|
showCardCounter: false,
|
||||||
showRemaining: true,
|
showRemaining: true,
|
||||||
showCountedCards: false,
|
showCountedCards: false,
|
||||||
|
|
Loading…
Reference in a new issue