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.id = "smartFold";
|
||||
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');
|
||||
showCardCounterButton.className = "btn btn-primary btn-xs";
|
||||
|
@ -269,7 +269,7 @@ function injectCounter() {
|
|||
playerNames: {},
|
||||
|
||||
// config values, triggered with buttons
|
||||
smartFold: true,
|
||||
smartFold: false,
|
||||
showCardCounter: false,
|
||||
showRemaining: true,
|
||||
showCountedCards: false,
|
||||
|
|
Loading…
Reference in a new issue