Pman.GoogleTranslate.js
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 10:18:13 +0000 (18:18 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 10:18:13 +0000 (18:18 +0800)
Pman.GoogleTranslate.js

index 5727f77..53d82be 100644 (file)
@@ -131,7 +131,7 @@ Pman.GoogleTranslate = function(str, src, dest, cb, force) {
         if (dest == 'zh-HK') dest = 'zh-TW';
      
         new Pman.Request({
-            url : baseURL + '/Roo/GoogleTranslate.php',
+            url : baseURL + '/Pman/Core/GoogleTranslate.php',
             method :'POST',
             mask : 'Translating',
             maskEl : document.body,