Hi, I'm developing a small suite and I would like to know how to avoid logout information when I click a link and try to abandon FOP. It says:
Are you sure?
Are you sure you want to leave this page?
Thanks in advance.
Hi, I'm developing a small suite and I would like to know how to avoid logout information when I click a link and try to abandon FOP. It says:
Are you sure?
Are you sure you want to leave this page?
Thanks in advance.
Edit /var/www/html/fop2/js/presence.js and set warnClose to false
Thanks, it is working as I expected.