/
bear
/
my_snippets
Обзор
Документация
Войти
/
bear
/
my_snippets
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
data/user.xml
7 строк
628 B
Nikita Kalitin
add(js): window.location ...
23 янв 2020, 12:58
23 янв 2020, 12:58
c2e5419
Код
Авторство
О чём код?
<templateSet group="user"> <template name="location" value="var currentURL = window.location.href; var currentHost = window.location.host; var currentHostname = window.location.hostname; var currentPort = window.location.port; var currentProtocol = window.location.protocol; var currentPathname = window.location.pathname; var currenthash = window.location.hash; var currentSearchString = window.location.search;" description="window.location ..." toReformat="false" toShortenFQNames="true"> <context> <option name="JAVA_SCRIPT" value="true" /> </context> </template> </templateSet>