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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user