var openPopup = function (url, name) { var option = 'width = 480, height = 674, top = 100, left = 200, location = no'; window.open(url, name, option); }; document.addEventListener('DOMContentLoaded', function () { var x = document.querySelector('li[data-filter=".filter-4"]'); if (x) { setTimeout(function () { x.click(); }, 1000); } let hash = window.location.hash; if (hash) { const moveTab = document.querySelector('a.nav-link[href="' + hash + '"]'); if(moveTab) { console.log('ÅÇÀ̵¿', hash) moveTab.click(); setTimeout(function () { moveTab.click(); }, 1000); } } });