Incorrect code example in the changelog

In both changelogs

The example shows

window.open(url, 'external').

While it has to be

window.open(url, '_external').

thanks, fixed

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.