BUG 9425 Cuando un elemento tarda mucho en ser añdo... SOLVED

- was found a text hardcoded.
- was changed a ID_MSG_AJAX_FAILURE.
This commit is contained in:
Marco Antonio Nina
2012-07-11 19:07:58 -04:00
parent a9ef5ee1a4
commit b27da16e77

View File

@@ -545,7 +545,7 @@ function popupWindow ( title , url, width, height, callbackFn , autoSizeWidth, a
if (autoSizeHeight) if (autoSizeHeight)
myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight}); myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight});
} catch (e) { } catch (e) {
alert(':('); alert(_('ID_MSG_AJAX_FAILURE'));
} }
delete newdiv; delete newdiv;
delete myScripts; delete myScripts;
@@ -618,7 +618,7 @@ function popupWindowObject ( title , url, width, height, callbackFn , autoSizeWi
if (autoSizeHeight) if (autoSizeHeight)
myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight}); myPanel.resize({h:myPanel.elements.content.childNodes[0].clientHeight+panelNonContentHeight});
} catch (e) { } catch (e) {
alert(':('); alert(_('ID_MSG_AJAX_FAILURE'));
} }
delete newdiv; delete newdiv;
delete myScripts; delete myScripts;
@@ -2112,4 +2112,4 @@ function _()
trn = ''; trn = '';
} }
return trn; return trn;
} }