In both changelogs
The example shows
window.open(url, 'external').
While it has to be
window.open(url, '_external').
In both changelogs
The example shows
window.open(url, 'external').
While it has to be
window.open(url, '_external').
thanks, fixed
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.