Skip to content

Commit b3f1138

Browse files
Demos: removed arrows from sections nav panel.
1 parent e403696 commit b3f1138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/_assets/js/h2widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
_create:function(){
5555
var self = this,
5656
bodyid = "ui-page-top",
57-
panel = "<div data-role='panel' class='jqm-nav-panel jqm-quicklink-panel' data-position='right' data-display='overlay' data-theme='c'><ul data-role='listview' data-inset='false' data-theme='d' data-divider-theme='d' class='jqm-list'><li class='jqm-list-header'>Jump to section</li></ul></div>",
57+
panel = "<div data-role='panel' class='jqm-nav-panel jqm-quicklink-panel' data-position='right' data-display='overlay' data-theme='c'><ul data-role='listview' data-inset='false' data-theme='d' data-divider-theme='d' data-icon='false' class='jqm-list'><li class='jqm-list-header'>Jump to section</li></ul></div>",
5858
first = true,
5959
h2dictionary = new Object();
6060
if(typeof $("body").attr("id") === "undefined"){

0 commit comments

Comments
 (0)