PMCORE-737
This commit is contained in:
@@ -3,3 +3,11 @@ var PM = PM || {};
|
||||
PM.version = '3.0.1.8';
|
||||
}());
|
||||
|
||||
// Overwrite the global ajax timeout
|
||||
try {
|
||||
if (parent.ext_ajax_timeout) {
|
||||
Ext.Ajax.timeout = parent.ext_ajax_timeout;
|
||||
}
|
||||
} catch (error) {
|
||||
// Nothing to_do
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user