At least from 16th July until today LPGL versions, there is a JS error in language/Class.js line 655 (inside evalFrameHTML:)
"</script></body></html>";
and it should be
"</script></body></html>",
(With ',' instead of ';')
This error raises a browser alert once Smartclient is loaded preventing the web to render.
Regards.
"</script></body></html>";
and it should be
"</script></body></html>",
(With ',' instead of ';')
This error raises a browser alert once Smartclient is loaded preventing the web to render.
Regards.
Comment