Pman.GoogleTranslate.js
[Pman.Core] / Pman.GoogleTranslate.js
index 8834896..43616b4 100644 (file)
@@ -28,6 +28,10 @@ Pman.GoogleTranslate = function(str, src, dest, cb, force) {
                     
                     Pman.GoogleTranslate(str, src, dest, cb, force);
                     
+                },
+                failure : function() {
+                    Roo.log("Google key fetch failed");
+                    
                 }