Hi folks,
I'm trying my first web report using visualize.js on jaspersoft 6.2.
It's erroring at the following function in visualise.js:
function p(e) {
var t = e.toLowerCase().match(D)
, n = t[2]
, r = t[3]
, o = t[4] || "";
return ("http:" == n && ":80" == o || "https:" == n && ":443" == o) && (o = ""),
n + "//" + r + o
}
Presumably e.toLowerCase().match(D) isn't returning a value. any htoughts?
0 Answers:
No answers yet