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

index 53d82be..dd27056 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 + '/Pman/Core/GoogleTranslate.php',
+            url : baseURL + '/Core/GoogleTranslate.php',
             method :'POST',
             mask : 'Translating',
             maskEl : document.body,