mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-10 18:38:34 +00:00
5 lines
88 B
HTML
5 lines
88 B
HTML
<script>
|
|
var varName = location.search.substr(1);
|
|
parent[varName] = true;
|
|
</script>
|