diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index bd4c40f..df70a56 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -187,7 +187,7 @@ function injectCounter() { smartFoldButton.className = "btn btn-danger btn-xs"; smartFoldButton.id = "smartFold"; smartFoldButton.type = "button"; - smartFoldButton.innerHTML = 'Smart fold: On'; + smartFoldButton.innerHTML = 'Smart fold: Off'; 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,