Changeset 527
- Timestamp:
- 09/01/2010 12:29:36 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/js/transposhadmin.js
r525 r527 41 41 // batch items for posting to server.. nice touch added for different sources for same batch... 42 42 function ajax_translate_me(token, translation, lang, source) { 43 translation = jQuery("<div>" + $.trim(translation) + "</div>").text(); // fix some char bugs43 translation = jQuery("<div>" + jQuery.trim(translation) + "</div>").text(); // fix some char bugs 44 44 make_progress(translation, lang); 45 45 // we aggregate translations together, 200ms from the last translation we will send the timer
Note: See TracChangeset
for help on using the changeset viewer.
