balazs-endresz / jquery-translate

Automatically exported from code.google.com/p/jquery-translate
5 stars 5 forks source link

Line 462 in Code Trunk Bug. from should be form #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thank you! It's fixed now (r243).

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