Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Dialog only appears twice #7

@andrefgomes

Description

@andrefgomes

If you put the warnAfter to 2000 (just to test) and keeping choosing the option 'Stay connected' the session timeout dialog only appears twice.
Changing:
$('#sessionTimeout-dialog-logout').on('click', function () { window.location = o.logoutUrl; }); $('#sessionTimeout-dialog').on('hide.bs.modal', function () { ...

To
$('body').on('click', '#sessionTimeout-dialog-logout', function () { window.location = o.logoutUrl; });
$('body').on('hide.bs.modal', '#sessionTimeout-dialog', function () { ...

Solve the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions