Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Javascript error in your sources

    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.

    #2
    Thanks for the notification. We've made a change to fix this which will show up in the next nightly build

    Regards
    Isomorphic Software

    Comment

    Working...
    X