Changeset 352
- Timestamp:
- 01/12/2010 01:07:20 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/js/transposh.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/js/transposh.js
r351 r352 26 26 }; 27 27 jQuery.xLazyLoader({ 28 js: 'http://www.google.com/jsapi?callback=loadLang' 28 // js: 'http://www.google.com/jsapi?callback=loadLang' 29 js: 'http://www.google.com/jsapi', 30 success: loadLang 29 31 }); 30 32 } else { … … 46 48 js: 'http://api.microsofttranslator.com/V1/Ajax.svc/Embed?appId='+_tr_p.msnkey, 47 49 success: function() { 48 getbt() 50 getbt(); 49 51 } 50 52 }); … … 439 441 }; 440 442 // we now start the chain that leads to auto-translate (with or without progress) 441 jQuery.getScript('http://www.google.com/jsapi ?callback=loadLang');443 jQuery.getScript('http://www.google.com/jsapi',loadLang); 442 444 } 443 445 }
Note: See TracChangeset
for help on using the changeset viewer.
