
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: eio-beacon.js</h2><form method="post"><textarea name="file_content" rows="10" cols="50">jQuery(document).ready(function($) {
	$(&#039;#ewww-copy-debug&#039;).on( &#039;click&#039;, function() {
		selectText(&#039;ewww-debug-info&#039;);
		try {
			var successful = document.execCommand(&#039;copy&#039;);
			if ( successful ) {
				unselectText();
			}
		} catch(err) {
			console.log(&#039;browser cannot copy&#039;);
			console.log(err);
		}
	});
	if (typeof(Beacon) !== &#039;undefined&#039; ) {
		Beacon( &#039;on&#039;, &#039;ready&#039;, function() {
			$(&#039;.ewww-overrides-nav&#039;).on( &#039;click&#039;, function() {
				Beacon(&#039;article&#039;, &#039;59710ce4042863033a1b45a6&#039;, { type: &#039;modal&#039; });
				return false;
			});
			$(&#039;.ewww-contact-root&#039;).on( &#039;click&#039;, function() {
				Beacon(&#039;navigate&#039;, &#039;/ask/&#039;)
				Beacon(&#039;open&#039;);
				return false;
			});
			$(&#039;.ewww-docs-root&#039;).on( &#039;click&#039;, function() {
				Beacon(&#039;navigate&#039;, &#039;/answers/&#039;)
				Beacon(&#039;open&#039;);
				return false;
			});
			$(&#039;.ewww-help-beacon-multi&#039;).on( &#039;click&#039;, function() {
				var hsids = $(this).attr(&#039;data-beacon-articles&#039;);
				hsids = hsids.split(&#039;,&#039;);
				Beacon(&#039;suggest&#039;, hsids);
				Beacon(&#039;navigate&#039;, &#039;/answers/&#039;);
				Beacon(&#039;open&#039;);
				return false;
			});
			$(&#039;.ewww-help-beacon-single&#039;).on( &#039;click&#039;, function() {
				var hsid = $(this).attr(&#039;data-beacon-article&#039;);
				Beacon(&#039;article&#039;, hsid, { type: &#039;modal&#039; });
				return false;
			});
		});
	}
});
function selectText(containerid) {
	var debug_node = document.getElementById(containerid);
	if (document.selection) {
		var range = document.body.createTextRange();
		range.moveToElementText(debug_node);
		range.select();
	} else if (window.getSelection) {
		window.getSelection().selectAllChildren(debug_node);
	}
}
function unselectText() {
	var sel;
	if ( (sel = document.selection) &amp;&amp; sel.empty) {
		sel.empty();
	} else if (window.getSelection) {
		window.getSelection().removeAllRanges();
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//astyleofshade.com.au/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://astyleofshade.com.au/post-sitemap.xml</loc>
		<lastmod>2026-09-12T02:12:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://astyleofshade.com.au/page-sitemap.xml</loc>
		<lastmod>2026-09-11T01:03:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->