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