From b27da16e773252829ca9a75f352c7f0392b82045 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Wed, 11 Jul 2012 19:07:58 -0400 Subject: [PATCH] =?UTF-8?q?BUG=209425=20Cuando=20un=20elemento=20tarda=20m?= =?UTF-8?q?ucho=20en=20ser=20a=C3=B1do...=20SOLVED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - was found a text hardcoded. - was changed a ID_MSG_AJAX_FAILURE. --- gulliver/js/common/core/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulliver/js/common/core/common.js b/gulliver/js/common/core/common.js index 3c8ebeac1..925bdcb4a 100755 --- a/gulliver/js/common/core/common.js +++ b/gulliver/js/common/core/common.js @@ -545,7 +545,7 @@ function popupWindow ( title , url, width, height, callbackFn , autoSizeWidth, a if (autoSizeHeight) myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight}); } catch (e) { - alert(':('); + alert(_('ID_MSG_AJAX_FAILURE')); } delete newdiv; delete myScripts; @@ -618,7 +618,7 @@ function popupWindowObject ( title , url, width, height, callbackFn , autoSizeWi if (autoSizeHeight) myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight}); } catch (e) { - alert(':('); + alert(_('ID_MSG_AJAX_FAILURE')); } delete newdiv; delete myScripts; @@ -2112,4 +2112,4 @@ function _() trn = ''; } return trn; -} \ No newline at end of file +}