Skip to content

Commit

Permalink
Disabled jsonp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud9 committed Jul 13, 2011
1 parent 3f498a1 commit 17c98d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/core/ide.js
Expand Up @@ -107,7 +107,7 @@ define(function(require, exports, module) {
// fire up the socket connection:
var options = {
rememberTransport: false,
transports: [/*"htmlfile", "xhr-multipart", "flashsocket", */"xhr-polling", "jsonp-polling"],
transports: [/*"htmlfile", "xhr-multipart", "flashsocket", */"xhr-polling"/*, "jsonp-polling"*/],
connectTimeout: 5000,
transportOptions: {
"xhr-polling": {
Expand Down

0 comments on commit 17c98d6

Please sign in to comment.