Changeset 495
- Timestamp:
- 08/09/2010 02:02:12 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/js/transposhadmin.js
r486 r495 33 33 curr_pair += 1; 34 34 jQuery("#progress_bar").progressbar('value', curr_pair / pair_count * 100); 35 jQuery('#p').text('(' + lang + ') ' + jQuery("<div>" + translation + "</div>").text());35 jQuery('#p').text('(' + lang + ') ' + translation); 36 36 if (curr_pair === pair_count) { 37 37 jQuery("#tr_loading").data("done", true); … … 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>" + translation + "</div>").text(); // fix some char bugs 43 44 make_progress(translation, lang); 44 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.
