balazs-endresz/jquery-translate

Line 462 in Code Trunk Bug. from should be form

GoogleCodeExporter opened this issue · 1 comments

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

Thank you! It's fixed now (r243).

Original comment by balazs.endresz on 9 Nov 2011 at 5:35

  • Changed state: Fixed