Skip to content
Snippets Groups Projects
Commit 4ac80f01 authored by deuce's avatar deuce
Browse files

Use js.flatten_string() instead of flatten()

parent f586d557
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ function HTTPRequest(username,password)
len -= ch.length;
if(len < 1)
len=1024;
flatten(this.body);
js.flatten_string(this.body);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment