diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js index 529ff48..5ad7ebf 100644 --- a/res/client.js +++ b/res/client.js @@ -1733,6 +1733,9 @@ client_Main.prototype = { } ,setConfig: function(config) { this.config = config; + if(client_Utils.isTouch()) { + config.requestLeaderOnPause = false; + } this.pageTitle = config.channelName; window.document.querySelector("#guestname").maxLength = config.maxLoginLength; window.document.querySelector("#chatline").maxLength = config.maxMessageLength; |
