From e78a48465c6362d6c74f0b52ab38bbde179b3a85 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 16:22:07 +0800 Subject: [PATCH] Pman.GoogleTranslate.js --- Pman.GoogleTranslate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.GoogleTranslate.js b/Pman.GoogleTranslate.js index ca55a9ac..1c730aec 100644 --- a/Pman.GoogleTranslate.js +++ b/Pman.GoogleTranslate.js @@ -21,7 +21,7 @@ Pman.GoogleTranslate = function(str, src, dest, cb, force) { new Pman.Request({ method : 'POST', - url : baseURL + '/Core/GoogleAPI', + url : baseURL + '/Core/GoogleKey', success : function(data) { Pman.GoogleTranslate.key = data.key; -- 2.39.2