Skip to content

Commit 36f523c

Browse files
committed
Loader: Added missing resource for custom loader example
Fixes gh-372 Closes gh-373
1 parent 99175b5 commit 36f523c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

entries/loader.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $.mobile.loading( "show", {
9696
<button class="show-page-loading-msg" data-theme="b" data-textonly="true" data-textvisible="true" data-msgtext="Text only loader" data-icon="arrow-r" data-iconpos="right">Text only</button>
9797
<button class="show-page-loading-msg" data-theme="b" data-textonly="false" data-textvisible="true" data-msgtext="Loading theme a" data-icon="arrow-r" data-iconpos="right">Theme a</button>
9898
<button class="show-page-loading-msg" data-theme="a" data-textonly="false" data-textvisible="true" data-msgtext="Loading theme b" data-icon="arrow-r" data-iconpos="right">Theme b</button>
99-
<button class="show-page-loading-msg" data-theme="b" data-textonly="true" data-textvisible="true" data-msgtext="Custom Loader" data-icon="arrow-r" data-html="<span class='ui-bar ui-overlay-a ui-corner-all'><img src='../_assets/images/jquery-logo.png' /><h2>is loading for you ...</h2></span>" data-iconpos="right">Custom HTML</button>
99+
<button class="show-page-loading-msg" data-theme="b" data-textonly="true" data-textvisible="true" data-msgtext="Custom Loader" data-icon="arrow-r" data-html="<span class='ui-bar ui-overlay-a ui-corner-all'><img src='../resources/loader/jquery-logo.png' /><h2>is loading for you ...</h2></span>" data-iconpos="right">Custom HTML</button>
100100
<button class="hide-page-loading-msg" data-icon="delete" data-iconpos="right">Hide</button>
101101
</div>
102102
</div>

resources/loader/jquery-logo.png

12.1 KB
Loading

0 commit comments

Comments
 (0)