this 4755 was fixed, it was not evaluated correctly the js
This commit is contained in:
@@ -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();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user