mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabled
This commit is contained in:
parent
6a3457dbd7
commit
85f5eb38e4
2 changed files with 1 additions and 9 deletions
|
@ -29,7 +29,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
|
||||
//this is only a workaround to ensure it works with all browers behind a proxy
|
||||
//we should remove this when the new socket.io version is more stable
|
||||
io.set('transports', ['xhr-polling']);
|
||||
io.set('transports', ['htmlfile','xhr-polling']);
|
||||
|
||||
var socketIOLogger = log4js.getLogger("socket.io");
|
||||
io.set('logger', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue