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

index 572bd37..5ce3491 100644 (file)
@@ -146,6 +146,7 @@ Pman.GoogleTranslate = function(str, src, dest, cb, force) {
                     return o;
                 }
                 if(typeof(o.data.error) != 'undefined'){
+                    Roo.get(document.body).unmask();
                     Roo.MessageBox.alert("Failure ", o.data.error.message);
                     return;
                 }