Skip to content

Commit 2d11171

Browse files
Updated Grunticon Loader text file.
1 parent 058ee7a commit 2d11171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/test/icons/grunticon.loader.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<script>
33
/* grunticon Stylesheet Loader | https://github.com/filamentgroup/grunticon | (c) 2012 Scott Jehl, Filament Group, Inc. | MIT license. */
44
window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,A=function(A){var o=t.document.createElement("link"),r=t.document.getElementsByTagName("script")[0];o.rel="stylesheet",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="}};
5-
grunticon( [ "/stylesheets/icons/icons.data.svg.css", "/stylesheets/icons/icons.data.png.css", "/stylesheets/icons/icons.fallback.css" ] );</script>
6-
<noscript><link href="/stylesheets/icons/icons.fallback.css" rel="stylesheet"></noscript>
5+
grunticon( [ "/path/to/jquery.mobile.css", "/path/to/jquery.mobile.data.png.css", "/path/to/jquery.mobile.fallback.css" ] );</script>
6+
<noscript><link href="/path/to/jquery.mobile.fallback.css" rel="stylesheet"></noscript>

0 commit comments

Comments
 (0)