Adjust the relative path to 'ajax.render.php' so that it can be called from the portal pages as well.

SVN:trunk[1125]
This commit is contained in:
Denis Flaven
2011-03-11 11:11:56 +00:00
parent 0b32f511b8
commit cfbf77544e
7 changed files with 18 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ function ActivateStep(iTargetStep)
// if (oObj['m_aCurrValues'][sAttCode] == '')
// {
// var oJSON = document.getElementById(sJsonFieldId);
// $.get('ajax.render.php?class=' + sClass + '&json_obj=' + oJSON.value + '&att_code=' + sAttCode,
// $.get('../pages/ajax.render.php?class=' + sClass + '&json_obj=' + oJSON.value + '&att_code=' + sAttCode,
// { operation: "default_value" },
// function(json_data){
// var oObj = ReloadObjectFromServer(json_data);