Ticket #60 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Small typo in JS causing Google Translate not to work

Reported by: Gautam Gupta Owned by:
Priority: major Milestone:
Component: interface Version:
Keywords: has-patch Cc:

Description

In [401], .val() should be used with textareas, otherwise translations won't be loaded into the textbox (but are shown when you see the textbox source with firebug as .html() is used)

Attachments

editor.js.diff Download (523 bytes) - added by Gautam Gupta 2 years ago.
Patch

Change History

Patch

  • Status changed from new to closed
  • Resolution set to fixed

(In [403]) For textareas use .val() instead of .html() Fixes #60

For me both .val() and .html() work. Anyway, .val() is the better choice.

Note: See TracTickets for help on using tickets.