You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work!
I've implemented the plugin and it works with the default settings.
My custom dialog works when I load the page NOT with ajax. When I enter my password to unlock the screen through my custom dialog, it unlocks and if I stay idle without doing anything after the unlock for the timeout period, it locks back using the default dialog NOT my custom dialog.
When I inspect element with chrome, it shows two id="jitp-lock-display" in the page. I think the plugin should always check if there is a custom dialog defined before pulling up the defaul.
I want to always see my custom dialog.
Thanks.
The text was updated successfully, but these errors were encountered:
Great work!
I've implemented the plugin and it works with the default settings.
My custom dialog works when I load the page NOT with ajax. When I enter my password to unlock the screen through my custom dialog, it unlocks and if I stay idle without doing anything after the unlock for the timeout period, it locks back using the default dialog NOT my custom dialog.
When I inspect element with chrome, it shows two id="jitp-lock-display" in the page. I think the plugin should always check if there is a custom dialog defined before pulling up the defaul.
I want to always see my custom dialog.
Thanks.
The text was updated successfully, but these errors were encountered: