Changeset 527


Ignore:
Timestamp:
09/01/2010 12:29:36 AM (18 months ago)
Author:
ofer
Message:

Fix wrong calling of jQuery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/js/transposhadmin.js

    r525 r527  
    4141// batch items for posting to server.. nice touch added for different sources for same batch... 
    4242function ajax_translate_me(token, translation, lang, source) { 
    43     translation = jQuery("<div>" + $.trim(translation) + "</div>").text(); // fix some char bugs 
     43    translation = jQuery("<div>" + jQuery.trim(translation) + "</div>").text(); // fix some char bugs 
    4444    make_progress(translation, lang); 
    4545    // we aggregate translations together, 200ms from the last translation we will send the timer 
Note: See TracChangeset for help on using the changeset viewer.