Changeset 352


Ignore:
Timestamp:
01/12/2010 01:07:20 PM (2 years ago)
Author:
ofer
Message:

Fix namespace issue caused by closure

File:
1 edited

Legend:

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

    r351 r352  
    2626            }; 
    2727            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 
    2931            }); 
    3032        } else { 
     
    4648                js: 'http://api.microsofttranslator.com/V1/Ajax.svc/Embed?appId='+_tr_p.msnkey, 
    4749                success: function() { 
    48                     getbt() 
     50                    getbt(); 
    4951                } 
    5052            }); 
     
    439441                    }; 
    440442                    // 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); 
    442444                } 
    443445            } 
Note: See TracChangeset for help on using the changeset viewer.