Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Demos: arrow icons for view source collapsibles because they look bet…
Browse files Browse the repository at this point in the history
…ter than the plus and minus icons on SD screen.

Signed-off-by: Jasper de Groot <mail@ugomobi.com>
  • Loading branch information
jaspermdegroot committed Feb 2, 2013
1 parent bf6932a commit 1459a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demos/_assets/js/view-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function attachPopupHandler( popup, sources ) {
collapsible, pre;

$.each( sources, function( idx, options ) {
collapsible = $( "<div data-role='collapsible' data-collapsed='true' data-theme='" + options.theme + "' data-iconpos='right' data-content-theme='a'>" +
collapsible = $( "<div data-role='collapsible' data-collapsed='true' data-theme='" + options.theme + "' data-iconpos='right' data-collapsed-icon='arrow-l' data-expanded-icon='arrow-d' data-content-theme='a'>" +
"<h1>" + options.title + "</h1>" +
"<pre class='brush: " + options.brush + ";'></pre>" +
"</div>" );
Expand Down

0 comments on commit 1459a3c

Please sign in to comment.