Skip to content

Instantly share code, notes, and snippets.

@taricco
Created August 14, 2020 20:58
Show Gist options
  • Select an option

  • Save taricco/dfa342df984468e71f4b9ae9506a8bc3 to your computer and use it in GitHub Desktop.

Select an option

Save taricco/dfa342df984468e71f4b9ae9506a8bc3 to your computer and use it in GitHub Desktop.
/* Load on WordPress editor page */
<script type="text/javascript">
<!--//--><![CDATA[//><!--
var images = new Array()
function preload() {
for (i = 0; i < preload.arguments.length; i++) {
images[i] = new Image()
images[i].src = preload.arguments[i]
}
}
preload(
"/wp-content/uploads/icon_09_blue.png",
"/wp-content/uploads/icon_10_blue.png"
)
//--><!]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment