Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
 * 1.8 브랜치 트리에 [7496/old_svn] 반영
  • Loading branch information
jparker committed May 5, 2009
1 parent 3db199f commit 1956400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/script/iphone/iphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ window.iui =

if (args)
{
href = href + "?" +args.join("&");
req.open(method || "GET", href, true);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
req.setRequestHeader("Content-Length", args.length);
req.send(args.join("&"));
req.send(null);
}
else
{
Expand Down

0 comments on commit 1956400

Please # to comment.