JillElaine / jquery-idleTimeout

Idle activity timeout and logout redirect for jQuery for multiple windows & tabs
Other
72 stars 79 forks source link

Fix openWarningDialog() function hiding other dialogs close button. #10

Closed svenbit closed 9 years ago

svenbit commented 9 years ago

Hide jquery idle timeout warning dialog's close button using open() action, instead of using generic jquery dialog class selector that will affect other jquery dialog instances.

Issue: openWarningDialog() function will hide other jQuery dialog instances "x" close button when the warning dialog is triggered.

JillElaine commented 9 years ago

Ah, yet another good one, svenbit. Your solution to removing the 'x' close button is much better than my kludge. Thank you.