Created
August 14, 2020 20:58
-
-
Save taricco/dfa342df984468e71f4b9ae9506a8bc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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