This commit is contained in:
@@ -9,7 +9,7 @@ function ayRegisterHelpers() {
|
||||
}
|
||||
|
||||
function ayPreRender(theReportData) {
|
||||
if (reportPrerender != null) {
|
||||
if (typeof reportPreRender === "function") {
|
||||
return reportPreRender(theReportData);
|
||||
}else{
|
||||
return theReportData;
|
||||
|
||||
Reference in New Issue
Block a user