deactivate smart fold by default

This commit is contained in:
Maximilian Keßler 2022-11-03 20:41:12 +01:00
parent a8f909e7e4
commit 4036bdc042
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -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,