Ticket #60 (closed defect: fixed)
Small typo in JS causing Google Translate not to work
| Reported by: |
|
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
Change History
Gautam Gupta — 2 years ago
-
attachment
editor.js.diff
added
comment:1
nbachiyski — 2 years ago
- Status changed from new to closed
- Resolution set to fixed
comment:2
nbachiyski — 2 years ago
For me both .val() and .html() work. Anyway, .val() is the better choice.
Note: See
TracTickets for help on using
tickets.

Patch