The following property checked in the mouse move event does not exist: `$('#session-timeout-dialog').data('bs.modal').isShown` The following does exist however: `$('#session-timeout-dialog').data('bs.modal')._isShown` Is this intended?
The following property checked in the mouse move event does not exist:
$('#session-timeout-dialog').data('bs.modal').isShownThe following does exist however:
$('#session-timeout-dialog').data('bs.modal')._isShownIs this intended?