BUG 7505 Dynaform-(undefined)

This problem was fixed, when you clear your cache and cookies into your web browser the session is lost this is the problem.
then we added an alert about it.
This commit is contained in:
Carlos Pacha
2011-08-25 15:55:57 -04:00
parent bc5de24520
commit 5049d1ffe4

View File

@@ -50,7 +50,10 @@ var dynaformEditor={
}
else
{
G.alert(res["*message"]);
if(typeof(res.innerHTML) == 'undefined')
G.alert(res["*message"]);
else
alert(G_STRINGS.ID_LOST_SESSION_XMLFORM);
}
},
save_as:function(){