function createStoris(){for(var t=$("[data-storis-content]"),i,n=0;n<t.length;n++)i=JSON.parse(t[n].text),createdStoriesIds.has(i.id)||(createdStoriesIds.add(i.id),$.storis("create",i)),t[n].hasAttribute("data-storis-open-on-load")&&(storisIdToOpen=i.id),$(t[n]).remove();t=null}function openStorisById(n){var t="[data-storis-id="+n+"]";$(t).storis("open")}function replaceUrlByCategoryPath(){var n=location.pathname.replace(trimSlashRegexp,"").split("/")[0];history.replaceState({},document.title,location.origin+"/"+n)}const createdStoriesIds=new Set,trimSlashRegexp=new RegExp("^/|/$");var storisIdToOpen=-1;$(function(){if(createStoris(),storisIdToOpen!==-1){openStorisById(storisIdToOpen);$(".storis__close").one("click",function(){replaceUrlByCategoryPath()})}})