Skip to content

Commit

Permalink
Fixed socketio#426
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 27, 2011
1 parent 7f2d69f commit 298c744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transports/jsonp-polling.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
form.style.left = '-1000px';
form.target = id;
form.method = 'POST';
form.setAttribute('accept-charset', 'utf-8');
area.name = 'd';
form.appendChild(area);
document.body.appendChild(form);
Expand Down

0 comments on commit 298c744

Please sign in to comment.