hide popup message if failure is handled - not sure what knock on effect this may...
[Pman.Core] / Pman.GoogleTranslate.js
index bdc548e..0a4fcfb 100644 (file)
@@ -154,7 +154,7 @@ Pman.GoogleTranslate = function(str, src, dest, cb, force) {
             params : {
                 text : str,
                 src  : src,
-                dest : dest,
+                dest : dest
             },
             success: function(o)
             {