jquery-translate version: 1.1.2
This line
data: {appId: appid, from: this.from, to: this.to, contentType: "text/html",
text: src}
Should be
data: {appId: appid, form: this.from, to: this.to, contentType: "text/html",
text: src}
from should be form. This will fail otherwise in Bing given the right
circumstances
Original issue reported on code.google.com by pmalbri...@gmail.com on 8 Nov 2011 at 10:09
Original issue reported on code.google.com by
pmalbri...@gmail.com
on 8 Nov 2011 at 10:09