Untitled

Anonymous
plain_text
10/15/2024 6:06 AM
288 B
9
Indexable
const urlParams = new URLSearchParams(window.location.search);
        const parentHostname = urlParams.get("parentHostname");
        
        const type = parentHostname === "yashat.gov.az" ? "yashat" : "asan";
Editor is loading...
Leave a Comment