this 4755 was fixed, it was not evaluated correctly the js

This commit is contained in:
Carlos Pacha
2011-02-16 21:45:05 +00:00
parent fe30b3b2d5
commit 02acb428b6

View File

@@ -730,7 +730,7 @@ var showDynaforms = function() {
oPanel2.loader.hide();
var scs=rpc.xmlhttp.responseText.extractScript();
oPanel2.addContent(rpc.xmlhttp.responseText);
scs.evalScript();
scs.evalScript();scs.evalScript();
}.extend(this);
oRPC.make();
}
@@ -1064,4 +1064,4 @@ var inputDocumentVersionHistory = function(docID,appDocId){
scs.evalScript();
}.extend(this);
oRPC.make();
};
};