How to set the key storage period? How to prevent the appearance of a modal window after closing and then opening the browser?
if (localStorage.getItem("story") !== 'true') { localStorage.setItem("story", "true"); // Calling the bootstrap modal window.setTimeout(function () { $("#Modal").modal(); }, 6000); $('.modal button').on('click', function(){ $('.step-block').remove(); $('.modal .modal-body').append(initPassInterview) $('.modal .share').on('click', function(){ window.setTimeout(function () { $("#Modal").modal('hide'); }, 3000); }) }) }